Html Css Color HEX #3A6246 Hunter Green

📋 copy color: '#3A6246'

red 58 ◦ green 98 ◦ blue 70

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

Shades of Hunter Green #3A6246

Tints of Hunter Green #3A6246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.36%

 BLUE value IS 70 (27.73% from 255) = 30.97%

R = 25.66%
G = 43.36%
B = 30.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#3A6246 (or 0x3A6246) is known color: Hunter Green. HEX triplet: 3A, 62 and 46. RGB value is (58,98,70). Sum of RGB (Red+Green+Blue) = 58+98+70=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6246 is #C59DB9. Grayscale: #525252. Windows color (decimal): -12950970 or 4612666. OLE color: 4612666.

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

Color convert

RGB 58 98 70 -
CMYK 0.41 0 0.29 0.62
HSL 138º 0.26% 0.31% -
HSV(B) 138º 0.41% 0.38% -
XYZ 7.22 10.08 7.36 -
YUV 82.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 58 98 70 0.41 0 0.29 0.62 138 0.26 0.31
Hex 3A 62 46 29 0 1D 3E 8A 1A 1F
Octal 72 142 106 51 0 35 76 212 32 37
Binary 111010 1100010 1000110 101001 0 11101 111110 10001010 11010 11111

Color Harmonies of #3A6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6246

Black with #3A6246

Text Example


Text Example

White with #3A6246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,98,70); }

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

background-color css

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

 a { background-color: rgb(58,98,70); }

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

border-color css

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

 span { border-color: rgb(58,98,70); }

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