Html Css Color HEX #3A6A44 Hunter Green

📋 copy color: '#3A6A44'

red 58 ◦ green 106 ◦ blue 68

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

Shades of Hunter Green #3A6A44

Tints of Hunter Green #3A6A44

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.69%

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 25%
G = 45.69%
B = 29.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#3A6A44 (or 0x3A6A44) is known color: Hunter Green. HEX triplet: 3A, 6A and 44. RGB value is (58,106,68). Sum of RGB (Red+Green+Blue) = 58+106+68=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A44 is #C595BB. Grayscale: #575757. Windows color (decimal): -12948924 or 4483642. OLE color: 4483642.

HSL color Cylindrical-coordinate representation of color #3A6A44: hue angle of 132.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A44 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 106 68 -
CMYK 0.45 0 0.36 0.58
HSL 132.5º 0.29% 0.32% -
HSV(B) 132.5º 0.45% 0.42% -
XYZ 7.94 11.62 7.29 -
YUV 87.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 58 106 68 0.45 0 0.36 0.58 132.5 0.29 0.32
Hex 3A 6A 44 2D 0 24 3A 84 1D 20
Octal 72 152 104 55 0 44 72 204 35 40
Binary 111010 1101010 1000100 101101 0 100100 111010 10000100 11101 100000

Color Harmonies of #3A6A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6A44

Black with #3A6A44

Text Example


Text Example

White with #3A6A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,106,68); }

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

background-color css

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

 a { background-color: rgb(58,106,68); }

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

border-color css

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

 span { border-color: rgb(58,106,68); }

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