Html Css Color HEX #396C41 Hunter Green

📋 copy color: '#396C41'

red 57 ◦ green 108 ◦ blue 65

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

Shades of Hunter Green #396C41

Tints of Hunter Green #396C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.96%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 24.78%
G = 46.96%
B = 28.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#396C41 (or 0x396C41) is known color: Hunter Green. HEX triplet: 39, 6C and 41. RGB value is (57,108,65). Sum of RGB (Red+Green+Blue) = 57+108+65=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #396C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C41 is #C693BE. Grayscale: #575757. Windows color (decimal): -13013951 or 4287545. OLE color: 4287545.

HSL color Cylindrical-coordinate representation of color #396C41: hue angle of 129.41º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396C41 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 108 65 -
CMYK 0.47 0 0.40 0.58
HSL 129.41º 0.31% 0.32% -
HSV(B) 129.41º 0.47% 0.42% -
XYZ 8 11.98 6.89 -
YUV 87.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 57 108 65 0.47 0 0.40 0.58 129.41 0.31 0.32
Hex 39 6C 41 2F 0 28 3A 81 1F 20
Octal 71 154 101 57 0 50 72 201 37 40
Binary 111001 1101100 1000001 101111 0 101000 111010 10000001 11111 100000

Color Harmonies of #396C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396C41

Black with #396C41

Text Example


Text Example

White with #396C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396C41; }

 p { color: rgb(57,108,65); }

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

background-color css

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

 a { background-color: rgb(57,108,65); }

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

border-color css

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

 span { border-color: rgb(57,108,65); }

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