Html Css Color HEX #3A560C Verdun Green

📋 copy color: '#3A560C'

red 58 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #3A560C

Tints of Verdun Green #3A560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 37.18%
G = 55.13%
B = 7.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#3A560C (or 0x3A560C) is known color: Verdun Green. HEX triplet: 3A, 56 and 0C. RGB value is (58,86,12). Sum of RGB (Red+Green+Blue) = 58+86+12=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #3A560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A560C is #C5A9F3. Grayscale: #454545. Windows color (decimal): -12954100 or 808506. OLE color: 808506.

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

Color convert

RGB 58 86 12 -
CMYK 0.33 0 0.86 0.66
HSL 82.7º 0.76% 0.19% -
HSV(B) 82.7º 0.86% 0.34% -
XYZ 5.14 7.58 1.54 -
YUV 69.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 58 86 12 0.33 0 0.86 0.66 82.7 0.76 0.19
Hex 3A 56 C 21 0 56 42 53 4C 13
Octal 72 126 14 41 0 126 102 123 114 23
Binary 111010 1010110 1100 100001 0 1010110 1000010 1010011 1001100 10011

Color Harmonies of #3A560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A560C

Black with #3A560C

Text Example


Text Example

White with #3A560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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