Html Css Color HEX #3A5940 Hunter Green

📋 copy color: '#3A5940'

red 58 ◦ green 89 ◦ blue 64

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

Shades of Hunter Green #3A5940

Tints of Hunter Green #3A5940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

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

R = 27.49%
G = 42.18%
B = 30.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#3A5940 (or 0x3A5940) is known color: Hunter Green. HEX triplet: 3A, 59 and 40. RGB value is (58,89,64). Sum of RGB (Red+Green+Blue) = 58+89+64=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5940 is #C5A6BF. Grayscale: #4C4C4C. Windows color (decimal): -12953280 or 4217146. OLE color: 4217146.

HSL color Cylindrical-coordinate representation of color #3A5940: hue angle of 131.61º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5940 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 89 64 -
CMYK 0.35 0 0.28 0.65
HSL 131.61º 0.21% 0.29% -
HSV(B) 131.61º 0.35% 0.35% -
XYZ 6.24 8.41 6.15 -
YUV 76.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 58 89 64 0.35 0 0.28 0.65 131.61 0.21 0.29
Hex 3A 59 40 23 0 1C 41 84 15 1D
Octal 72 131 100 43 0 34 101 204 25 35
Binary 111010 1011001 1000000 100011 0 11100 1000001 10000100 10101 11101

Color Harmonies of #3A5940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5940

Black with #3A5940

Text Example


Text Example

White with #3A5940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,89,64); }

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

background-color css

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

 a { background-color: rgb(58,89,64); }

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

border-color css

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

 span { border-color: rgb(58,89,64); }

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