Html Css Color HEX #3A593C Hunter Green

📋 copy color: '#3A593C'

red 58 ◦ green 89 ◦ blue 60

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

Shades of Hunter Green #3A593C

Tints of Hunter Green #3A593C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43%

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

R = 28.02%
G = 43%
B = 28.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#3A593C (or 0x3A593C) is known color: Hunter Green. HEX triplet: 3A, 59 and 3C. RGB value is (58,89,60). Sum of RGB (Red+Green+Blue) = 58+89+60=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #3A593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A593C is #C5A6C3. Grayscale: #4C4C4C. Windows color (decimal): -12953284 or 3955002. OLE color: 3955002.

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

Color convert

RGB 58 89 60 -
CMYK 0.35 0 0.33 0.65
HSL 123.87º 0.21% 0.29% -
HSV(B) 123.87º 0.35% 0.35% -
XYZ 6.13 8.37 5.57 -
YUV 76.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 58 89 60 0.35 0 0.33 0.65 123.87 0.21 0.29
Hex 3A 59 3C 23 0 21 41 7C 15 1D
Octal 72 131 74 43 0 41 101 174 25 35
Binary 111010 1011001 111100 100011 0 100001 1000001 1111100 10101 11101

Color Harmonies of #3A593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A593C

Black with #3A593C

Text Example


Text Example

White with #3A593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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