Html Css Color HEX #3A573D Hunter Green

📋 copy color: '#3A573D'

red 58 ◦ green 87 ◦ blue 61

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

Shades of Hunter Green #3A573D

Tints of Hunter Green #3A573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.23%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 28.16%
G = 42.23%
B = 29.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#3A573D (or 0x3A573D) is known color: Hunter Green. HEX triplet: 3A, 57 and 3D. RGB value is (58,87,61). Sum of RGB (Red+Green+Blue) = 58+87+61=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #3A573D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A573D is #C5A8C2. Grayscale: #4B4B4B. Windows color (decimal): -12953795 or 4020026. OLE color: 4020026.

HSL color Cylindrical-coordinate representation of color #3A573D: hue angle of 126.21º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A573D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 87 61 -
CMYK 0.33 0 0.30 0.66
HSL 126.21º 0.2% 0.28% -
HSV(B) 126.21º 0.33% 0.34% -
XYZ 6 8.05 5.65 -
YUV 75.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 58 87 61 0.33 0 0.30 0.66 126.21 0.2 0.28
Hex 3A 57 3D 21 0 1E 42 7E 14 1C
Octal 72 127 75 41 0 36 102 176 24 34
Binary 111010 1010111 111101 100001 0 11110 1000010 1111110 10100 11100

Color Harmonies of #3A573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A573D

Black with #3A573D

Text Example


Text Example

White with #3A573D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,87,61); }

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

background-color css

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

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

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

border-color css

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

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

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