Html Css Color HEX #3A563D Hunter Green

📋 copy color: '#3A563D'

red 58 ◦ green 86 ◦ blue 61

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

Shades of Hunter Green #3A563D

Tints of Hunter Green #3A563D

RGB

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

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

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

R = 28.29%
G = 41.95%
B = 29.76%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#3A563D (or 0x3A563D) is known color: Hunter Green. HEX triplet: 3A, 56 and 3D. RGB value is (58,86,61). Sum of RGB (Red+Green+Blue) = 58+86+61=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #3A563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A563D is #C5A9C2. Grayscale: #4A4A4A. Windows color (decimal): -12954051 or 4019770. OLE color: 4019770.

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

Color convert

RGB 58 86 61 -
CMYK 0.33 0 0.29 0.66
HSL 126.43º 0.19% 0.28% -
HSV(B) 126.43º 0.33% 0.34% -
XYZ 5.92 7.89 5.63 -
YUV 74.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 58 86 61 0.33 0 0.29 0.66 126.43 0.19 0.28
Hex 3A 56 3D 21 0 1D 42 7E 13 1C
Octal 72 126 75 41 0 35 102 176 23 34
Binary 111010 1010110 111101 100001 0 11101 1000010 1111110 10011 11100

Color Harmonies of #3A563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A563D

Black with #3A563D

Text Example


Text Example

White with #3A563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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