Html Css Color HEX #3A6039 Hunter Green

📋 copy color: '#3A6039'

red 58 ◦ green 96 ◦ blue 57

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

Shades of Hunter Green #3A6039

Tints of Hunter Green #3A6039

RGB

 RED value IS 58 (23.05% from 255) = 27.49%

 GREEN value IS 96 (37.89% from 255) = 45.5%

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 27.49%
G = 45.5%
B = 27.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#3A6039 (or 0x3A6039) is known color: Hunter Green. HEX triplet: 3A, 60 and 39. RGB value is (58,96,57). Sum of RGB (Red+Green+Blue) = 58+96+57=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6039 is #C59FC6. Grayscale: #505050. Windows color (decimal): -12951495 or 3760186. OLE color: 3760186.

HSL color Cylindrical-coordinate representation of color #3A6039: hue angle of 118.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A6039 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 96 57 -
CMYK 0.40 0 0.41 0.62
HSL 118.46º 0.25% 0.3% -
HSV(B) 118.46º 0.41% 0.38% -
XYZ 6.67 9.56 5.36 -
YUV 80.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 58 96 57 0.40 0 0.41 0.62 118.46 0.25 0.3
Hex 3A 60 39 28 0 29 3E 76 19 1E
Octal 72 140 71 50 0 51 76 166 31 36
Binary 111010 1100000 111001 101000 0 101001 111110 1110110 11001 11110

Color Harmonies of #3A6039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6039

Black with #3A6039

Text Example


Text Example

White with #3A6039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A6039; }

 p { color: rgb(58,96,57); }

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

background-color css

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

 a { background-color: rgb(58,96,57); }

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

border-color css

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

 span { border-color: rgb(58,96,57); }

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