#367042

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

Shades of Hunter Green #367042

Tints of Hunter Green #367042

Color information

#367042 (or 0x367042) is unknown color: approx Hunter Green. HEX triplet: 36, 70 and 42. RGB value is (54,112,66). Sum of RGB (Red+Green+Blue) = 54+112+66=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #367042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367042 is #C98FBD. Grayscale: #595959. Windows color (decimal): -13209534 or 4354102. OLE color: 4354102.

HSL color Cylindrical-coordinate representation of color #367042: hue angle of 132.41º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367042 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB5411266-
CMYK0.5200.410.56
HSL132.41º34.94%32.55%-
HSV(B)132.41º51.79%43.92%-
XYZ8.312.777.18-
YUV89.41114.78102.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=23.28%
G=48.28%
B=28.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112660.5200.410.56132.4134.9432.55
Hex3670423402938842321
Octal6616010264051702044341
Binary11011011100001000010110100010100111100010000100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367042; }

 p { color: rgb(54,112,66); }

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

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

 a { background-color: rgb(54,112,66); }

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

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

 span { border-color: rgb(54,112,66); }

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