Html Css Color HEX #396640 Hunter Green

📋 copy color: '#396640'

red 57 ◦ green 102 ◦ blue 64

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

Shades of Hunter Green #396640

Tints of Hunter Green #396640

RGB

 RED value IS 57 (22.66% from 255) = 25.56%

 GREEN value IS 102 (40.23% from 255) = 45.74%

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

R = 25.56%
G = 45.74%
B = 28.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#396640 (or 0x396640) is known color: Hunter Green. HEX triplet: 39, 66 and 40. RGB value is (57,102,64). Sum of RGB (Red+Green+Blue) = 57+102+64=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #396640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396640 is #C699BF. Grayscale: #545454. Windows color (decimal): -13015488 or 4220473. OLE color: 4220473.

HSL color Cylindrical-coordinate representation of color #396640: hue angle of 129.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396640 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 64 -
CMYK 0.44 0 0.37 0.6
HSL 129.33º 0.28% 0.31% -
HSV(B) 129.33º 0.44% 0.4% -
XYZ 7.36 10.74 6.54 -
YUV 84.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 57 102 64 0.44 0 0.37 0.6 129.33 0.28 0.31
Hex 39 66 40 2C 0 25 3C 81 1C 1F
Octal 71 146 100 54 0 45 74 201 34 37
Binary 111001 1100110 1000000 101100 0 100101 111100 10000001 11100 11111

Color Harmonies of #396640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396640

Black with #396640

Text Example


Text Example

White with #396640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396640; }

 p { color: rgb(57,102,64); }

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

background-color css

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

 a { background-color: rgb(57,102,64); }

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

border-color css

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

 span { border-color: rgb(57,102,64); }

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