Html Css Color HEX #3A553C Hunter Green

📋 copy color: '#3A553C'

red 58 ◦ green 85 ◦ blue 60

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

Shades of Hunter Green #3A553C

Tints of Hunter Green #3A553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

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

R = 28.57%
G = 41.87%
B = 29.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#3A553C (or 0x3A553C) is known color: Hunter Green. HEX triplet: 3A, 55 and 3C. RGB value is (58,85,60). Sum of RGB (Red+Green+Blue) = 58+85+60=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553C is #C5AAC3. Grayscale: #4A4A4A. Windows color (decimal): -12954308 or 3953978. OLE color: 3953978.

HSL color Cylindrical-coordinate representation of color #3A553C: hue angle of 124.44º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A553C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 60 -
CMYK 0.32 0 0.29 0.67
HSL 124.44º 0.19% 0.28% -
HSV(B) 124.44º 0.32% 0.33% -
XYZ 5.81 7.72 5.46 -
YUV 74.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 58 85 60 0.32 0 0.29 0.67 124.44 0.19 0.28
Hex 3A 55 3C 20 0 1D 43 7C 13 1C
Octal 72 125 74 40 0 35 103 174 23 34
Binary 111010 1010101 111100 100000 0 11101 1000011 1111100 10011 11100

Color Harmonies of #3A553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A553C

Black with #3A553C

Text Example


Text Example

White with #3A553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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