#365F40

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

Shades of Hunter Green #365F40

Tints of Hunter Green #365F40

Color information

#365F40 (or 0x365F40) is unknown color: approx Hunter Green. HEX triplet: 36, 5F and 40. RGB value is (54,95,64). Sum of RGB (Red+Green+Blue) = 54+95+64=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #365F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F40 is #C9A0BF. Grayscale: #4F4F4F. Windows color (decimal): -13213888 or 4218678. OLE color: 4218678.

HSL color Cylindrical-coordinate representation of color #365F40: hue angle of 134.63º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F40 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB549564-
CMYK0.4300.330.63
HSL134.63º27.52%29.22%-
HSV(B)134.63º43.16%37.25%-
XYZ6.549.346.31-
YUV79.21119.42110.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=25.35%
G=44.60%
B=30.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495640.4300.330.63134.6327.5229.22
Hex365F402B0213F871c1d
Octal6613710053041772073435
Binary110110101111110000001010110100001111111100001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F40; }

 p { color: rgb(54,95,64); }

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

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

 a { background-color: rgb(54,95,64); }

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

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

 span { border-color: rgb(54,95,64); }

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