#385D42

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

Shades of Goblin #385D42

Tints of Goblin #385D42

Color information

#385D42 (or 0x385D42) is unknown color: approx Goblin. HEX triplet: 38, 5D and 42. RGB value is (56,93,66). Sum of RGB (Red+Green+Blue) = 56+93+66=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 93 - color contains mainly: green. Hex color #385D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D42 is #C7A2BD. Grayscale: #4E4E4E. Windows color (decimal): -13083326 or 4349240. OLE color: 4349240.

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

Color convert

RGB569366-
CMYK0.4000.290.64
HSL136.22º24.83%29.22%-
HSV(B)136.22º39.78%36.47%-
XYZ6.539.066.56-
YUV78.86120.74111.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=26.05%
G=43.26%
B=30.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693660.4000.290.64136.2224.8329.22
Hex385D422801D4088191d
Octal70135102500351002103135
Binary111000101110110000101010000111011000000100010001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,93,66); }

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

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

 a { background-color: rgb(56,93,66); }

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

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

 span { border-color: rgb(56,93,66); }

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