Html Css Color HEX #3A560A Verdun Green

📋 copy color: '#3A560A'

red 58 ◦ green 86 ◦ blue 10

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

Shades of Verdun Green #3A560A

Tints of Verdun Green #3A560A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.49%

R = 37.66%
G = 55.84%
B = 6.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#3A560A (or 0x3A560A) is known color: Verdun Green. HEX triplet: 3A, 56 and 0A. RGB value is (58,86,10). Sum of RGB (Red+Green+Blue) = 58+86+10=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #3A560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A560A is #C5A9F5. Grayscale: #454545. Windows color (decimal): -12954102 or 677434. OLE color: 677434.

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

Color convert

RGB 58 86 10 -
CMYK 0.33 0 0.88 0.66
HSL 82.11º 0.79% 0.19% -
HSV(B) 82.11º 0.88% 0.34% -
XYZ 5.13 7.58 1.48 -
YUV 68.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 58 86 10 0.33 0 0.88 0.66 82.11 0.79 0.19
Hex 3A 56 A 21 0 58 42 52 4F 13
Octal 72 126 12 41 0 130 102 122 117 23
Binary 111010 1010110 1010 100001 0 1011000 1000010 1010010 1001111 10011

Color Harmonies of #3A560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A560A

Black with #3A560A

Text Example


Text Example

White with #3A560A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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