#396045

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

Shades of Goblin #396045

Tints of Goblin #396045

Color information

#396045 (or 0x396045) is unknown color: approx Goblin. HEX triplet: 39, 60 and 45. RGB value is (57,96,69). Sum of RGB (Red+Green+Blue) = 57+96+69=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #396045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396045 is #C69FBA. Grayscale: #515151. Windows color (decimal): -13017019 or 4546617. OLE color: 4546617.

HSL color Cylindrical-coordinate representation of color #396045: hue angle of 138.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396045 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB579669-
CMYK0.4100.280.62
HSL138.46º25.49%30%-
HSV(B)138.46º40.62%37.65%-
XYZ6.949.677.13-
YUV81.26121.08110.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=25.68%
G=43.24%
B=31.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796690.4100.280.62138.4625.4930
Hex3960452901C3E8a191e
Octal7114010551034762123136
Binary11100111000001000101101001011100111110100010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396045; }

 p { color: rgb(57,96,69); }

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

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

 a { background-color: rgb(57,96,69); }

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

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

 span { border-color: rgb(57,96,69); }

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