#385C44

Color #385C44 Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #385C44

Tints of Goblin #385C44

Color information

#385C44 (or 0x385C44) is unknown color: approx Goblin. HEX triplet: 38, 5C and 44. RGB value is (56,92,68). Sum of RGB (Red+Green+Blue) = 56+92+68=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #385C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C44 is #C7A3BB. Grayscale: #4E4E4E. Windows color (decimal): -13083580 or 4480056. OLE color: 4480056.

HSL color Cylindrical-coordinate representation of color #385C44: hue angle of 140º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #385C44 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB569268-
CMYK0.3900.260.64
HSL140º24.32%29.02%-
HSV(B)140º39.13%36.08%-
XYZ6.58.916.85-
YUV78.5122.07111.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 92 (36.33% from 255) = 42.59%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=25.93%
G=42.59%
B=31.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5692680.3900.260.6414024.3229.02
Hex385C442701A408c181d
Octal70134104470321002143035
Binary111000101110010001001001110110101000000100011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385C44; }

 p { color: rgb(56,92,68); }

 H1.HeaderClassName
 {
   color: #385C44;
 }
 .AnyTagClassName
 {
   color: #385C44;
 }
</style>
background-color css

<style>
 a { background-color: #385C44; }

 a { background-color: rgb(56,92,68); }

 div.DivClassName
 {
   background-color: #385C44;
 }
 .BgClassName
 {
   background-color: #385C44;
 }
</style>
border-color css

<style>
 span { border-color: #385C44; }

 span { border-color: rgb(56,92,68); }

 td.TdClassName
 {
   border-color: #385C44;
 }
 .TagClassName
 {
   border-color: #385C44;
 }
</style>