Html Css Color HEX #366F40 Hunter Green

📋 copy color: '#366F40'

red 54 ◦ green 111 ◦ blue 64

#366F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #366F40

Tints of Hunter Green #366F40

RGB

 RED value IS 54 (21.48% from 255) = 23.58%

 GREEN value IS 111 (43.75% from 255) = 48.47%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 23.58%
G = 48.47%
B = 27.95%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#366F40 (or 0x366F40) is known color: Hunter Green. HEX triplet: 36, 6F and 40. RGB value is (54,111,64). Sum of RGB (Red+Green+Blue) = 54+111+64=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 111 (43.75% from 255 or 48.47% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 111 - color contains mainly: green. Hex color #366F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366F40 is #C990BF. Grayscale: #585858. Windows color (decimal): -13209792 or 4222774. OLE color: 4222774.

HSL color Cylindrical-coordinate representation of color #366F40: hue angle of 130.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F40 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 111 64 -
CMYK 0.51 0 0.42 0.56
HSL 130.53º 0.35% 0.32% -
HSV(B) 130.53º 0.51% 0.44% -
XYZ 8.13 12.52 6.84 -
YUV 88.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 54 111 64 0.51 0 0.42 0.56 130.53 0.35 0.32
Hex 36 6F 40 33 0 2A 38 83 23 20
Octal 66 157 100 63 0 52 70 203 43 40
Binary 110110 1101111 1000000 110011 0 101010 111000 10000011 100011 100000

Color Harmonies of #366F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366F40

Black with #366F40

Text Example


Text Example

White with #366F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #366F40;
 }
 .AnyTagClassName
 {
   color: #366F40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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