#385940

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

Shades of Goblin #385940

Tints of Goblin #385940

Color information

#385940 (or 0x385940) is unknown color: approx Goblin. HEX triplet: 38, 59 and 40. RGB value is (56,89,64). Sum of RGB (Red+Green+Blue) = 56+89+64=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #385940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385940 is #C7A6BF. Grayscale: #4C4C4C. Windows color (decimal): -13084352 or 4217144. OLE color: 4217144.

HSL color Cylindrical-coordinate representation of color #385940: hue angle of 134.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #385940 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB568964-
CMYK0.3700.280.65
HSL134.55º22.76%28.43%-
HSV(B)134.55º37.08%34.9%-
XYZ6.138.366.14-
YUV76.28121.07113.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.79%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 64 (25.39% from 255) = 30.62%
R=26.79%
G=42.58%
B=30.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689640.3700.280.65134.5522.7628.43
Hex3859402501C4187171c
Octal70131100450341012072734
Binary111000101100110000001001010111001000001100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385940; }

 p { color: rgb(56,89,64); }

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

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

 a { background-color: rgb(56,89,64); }

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

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

 span { border-color: rgb(56,89,64); }

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