Html Css Color HEX #3A553A Hunter Green

📋 copy color: '#3A553A'

red 58 ◦ green 85 ◦ blue 58

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

Shades of Hunter Green #3A553A

Tints of Hunter Green #3A553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 28.86%
G = 42.29%
B = 28.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#3A553A (or 0x3A553A) is known color: Hunter Green. HEX triplet: 3A, 55 and 3A. RGB value is (58,85,58). Sum of RGB (Red+Green+Blue) = 58+85+58=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #3A553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A553A is #C5AAC5. Grayscale: #494949. Windows color (decimal): -12954310 or 3822906. OLE color: 3822906.

HSL color Cylindrical-coordinate representation of color #3A553A: hue angle of 120º 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 #3A553A is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 85 58 -
CMYK 0.32 0 0.32 0.67
HSL 120º 0.19% 0.28% -
HSV(B) 120º 0.32% 0.33% -
XYZ 5.76 7.7 5.19 -
YUV 73.85 119.05 116.7 -
System Red Green Blue C M Y K H S L
Decimal 58 85 58 0.32 0 0.32 0.67 120 0.19 0.28
Hex 3A 55 3A 20 0 20 43 78 13 1C
Octal 72 125 72 40 0 40 103 170 23 34
Binary 111010 1010101 111010 100000 0 100000 1000011 1111000 10011 11100

Color Harmonies of #3A553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A553A

Black with #3A553A

Text Example


Text Example

White with #3A553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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