Html Css Color HEX #3A563B Hunter Green

📋 copy color: '#3A563B'

red 58 ◦ green 86 ◦ blue 59

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

Shades of Hunter Green #3A563B

Tints of Hunter Green #3A563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.36%

 BLUE value IS 59 (23.44% from 255) = 29.06%

R = 28.57%
G = 42.36%
B = 29.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#3A563B (or 0x3A563B) is known color: Hunter Green. HEX triplet: 3A, 56 and 3B. RGB value is (58,86,59). Sum of RGB (Red+Green+Blue) = 58+86+59=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #3A563B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A563B is #C5A9C4. Grayscale: #4A4A4A. Windows color (decimal): -12954053 or 3888698. OLE color: 3888698.

HSL color Cylindrical-coordinate representation of color #3A563B: hue angle of 122.14º degrees, saturation: 0.19, 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 #3A563B is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 86 59 -
CMYK 0.33 0 0.31 0.66
HSL 122.14º 0.19% 0.28% -
HSV(B) 122.14º 0.33% 0.34% -
XYZ 5.86 7.87 5.35 -
YUV 74.55 119.22 116.2 -
System Red Green Blue C M Y K H S L
Decimal 58 86 59 0.33 0 0.31 0.66 122.14 0.19 0.28
Hex 3A 56 3B 21 0 1F 42 7A 13 1C
Octal 72 126 73 41 0 37 102 172 23 34
Binary 111010 1010110 111011 100001 0 11111 1000010 1111010 10011 11100

Color Harmonies of #3A563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A563B

Black with #3A563B

Text Example


Text Example

White with #3A563B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,86,59); }

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

background-color css

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

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

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

border-color css

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

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

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