Html Css Color HEX #397142 Hunter Green

📋 copy color: '#397142'

red 57 ◦ green 113 ◦ blue 66

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

Shades of Hunter Green #397142

Tints of Hunter Green #397142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.88%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 24.15%
G = 47.88%
B = 27.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#397142 (or 0x397142) is known color: Hunter Green. HEX triplet: 39, 71 and 42. RGB value is (57,113,66). Sum of RGB (Red+Green+Blue) = 57+113+66=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #397142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397142 is #C68EBD. Grayscale: #5B5B5B. Windows color (decimal): -13012670 or 4354361. OLE color: 4354361.

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

Color convert

RGB 57 113 66 -
CMYK 0.50 0 0.42 0.56
HSL 129.64º 0.33% 0.33% -
HSV(B) 129.64º 0.5% 0.44% -
XYZ 8.58 13.07 7.23 -
YUV 90.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 57 113 66 0.50 0 0.42 0.56 129.64 0.33 0.33
Hex 39 71 42 32 0 2A 38 82 21 21
Octal 71 161 102 62 0 52 70 202 41 41
Binary 111001 1110001 1000010 110010 0 101010 111000 10000010 100001 100001

Color Harmonies of #397142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397142

Black with #397142

Text Example


Text Example

White with #397142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397142; }

 p { color: rgb(57,113,66); }

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

background-color css

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

 a { background-color: rgb(57,113,66); }

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

border-color css

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

 span { border-color: rgb(57,113,66); }

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