#385945

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

Shades of Goblin #385945

Tints of Goblin #385945

Color information

#385945 (or 0x385945) is unknown color: approx Goblin. HEX triplet: 38, 59 and 45. RGB value is (56,89,69). Sum of RGB (Red+Green+Blue) = 56+89+69=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #385945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385945 is #C7A6BA. Grayscale: #4C4C4C. Windows color (decimal): -13084347 or 4544824. OLE color: 4544824.

HSL color Cylindrical-coordinate representation of color #385945: hue angle of 143.64º 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 #385945 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB568969-
CMYK0.3700.220.65
HSL143.64º22.76%28.43%-
HSV(B)143.64º37.08%34.9%-
XYZ6.288.426.92-
YUV76.85123.57113.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 69 (27.34% from 255) = 32.24%
R=26.17%
G=41.59%
B=32.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5689690.3700.220.65143.6422.7628.43
Hex385945250164190171c
Octal70131105450261012202734
Binary111000101100110001011001010101101000001100100001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385945; }

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

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

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

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

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

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

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

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