#396146

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

Shades of Goblin #396146

Tints of Goblin #396146

Color information

#396146 (or 0x396146) is unknown color: approx Goblin. HEX triplet: 39, 61 and 46. RGB value is (57,97,70). Sum of RGB (Red+Green+Blue) = 57+97+70=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #396146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396146 is #C69EB9. Grayscale: #525252. Windows color (decimal): -13016762 or 4612409. OLE color: 4612409.

HSL color Cylindrical-coordinate representation of color #396146: hue angle of 139.5º degrees, saturation: 0.26, 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 #396146 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB579770-
CMYK0.4100.280.62
HSL139.5º25.97%30.2%-
HSV(B)139.5º41.24%38.04%-
XYZ7.079.867.33-
YUV81.96121.25110.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=25.45%
G=43.30%
B=31.25%

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
Decimal5797700.4100.280.62139.525.9730.2
Hex3961462901C3E8c1a1e
Octal7114110651034762143236
Binary11100111000011000110101001011100111110100011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396146; }

 p { color: rgb(57,97,70); }

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

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

 a { background-color: rgb(57,97,70); }

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

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

 span { border-color: rgb(57,97,70); }

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