Html Css Color HEX #3A7041 Hunter Green

📋 copy color: '#3A7041'

red 58 ◦ green 112 ◦ blue 65

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

Shades of Hunter Green #3A7041

Tints of Hunter Green #3A7041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

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

R = 24.68%
G = 47.66%
B = 27.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#3A7041 (or 0x3A7041) is known color: Hunter Green. HEX triplet: 3A, 70 and 41. RGB value is (58,112,65). Sum of RGB (Red+Green+Blue) = 58+112+65=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7041 is #C58FBE. Grayscale: #5A5A5A. Windows color (decimal): -12947391 or 4288570. OLE color: 4288570.

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

Color convert

RGB 58 112 65 -
CMYK 0.48 0 0.42 0.56
HSL 127.78º 0.32% 0.33% -
HSV(B) 127.78º 0.48% 0.44% -
XYZ 8.49 12.87 7.04 -
YUV 90.5 113.61 104.82 -
System Red Green Blue C M Y K H S L
Decimal 58 112 65 0.48 0 0.42 0.56 127.78 0.32 0.33
Hex 3A 70 41 30 0 2A 38 80 20 21
Octal 72 160 101 60 0 52 70 200 40 41
Binary 111010 1110000 1000001 110000 0 101010 111000 10000000 100000 100001

Color Harmonies of #3A7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7041

Black with #3A7041

Text Example


Text Example

White with #3A7041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,65); }

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

background-color css

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

 a { background-color: rgb(58,112,65); }

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

border-color css

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

 span { border-color: rgb(58,112,65); }

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