Html Css Color HEX #3A5A3C Hunter Green

📋 copy color: '#3A5A3C'

red 58 ◦ green 90 ◦ blue 60

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

Shades of Hunter Green #3A5A3C

Tints of Hunter Green #3A5A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.27%

 BLUE value IS 60 (23.83% from 255) = 28.85%

R = 27.88%
G = 43.27%
B = 28.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#3A5A3C (or 0x3A5A3C) is known color: Hunter Green. HEX triplet: 3A, 5A and 3C. RGB value is (58,90,60). Sum of RGB (Red+Green+Blue) = 58+90+60=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A3C is #C5A5C3. Grayscale: #4D4D4D. Windows color (decimal): -12953028 or 3955258. OLE color: 3955258.

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

Color convert

RGB 58 90 60 -
CMYK 0.36 0 0.33 0.65
HSL 123.75º 0.22% 0.29% -
HSV(B) 123.75º 0.36% 0.35% -
XYZ 6.22 8.54 5.6 -
YUV 77.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 58 90 60 0.36 0 0.33 0.65 123.75 0.22 0.29
Hex 3A 5A 3C 24 0 21 41 7C 16 1D
Octal 72 132 74 44 0 41 101 174 26 35
Binary 111010 1011010 111100 100100 0 100001 1000001 1111100 10110 11101

Color Harmonies of #3A5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5A3C

Black with #3A5A3C

Text Example


Text Example

White with #3A5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,90,60); }

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

background-color css

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

 a { background-color: rgb(58,90,60); }

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

border-color css

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

 span { border-color: rgb(58,90,60); }

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