#3C560A

Color #3C560A Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3C560A

Tints of Verdun Green #3C560A

Color information

#3C560A (or 0x3C560A) is unknown color: approx Verdun Green. HEX triplet: 3C, 56 and 0A. RGB value is (60,86,10). Sum of RGB (Red+Green+Blue) = 60+86+10=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #3C560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C560A is #C3A9F5. Grayscale: #454545. Windows color (decimal): -12823030 or 677436. OLE color: 677436.

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

Color convert

RGB608610-
CMYK0.3000.880.66
HSL80.53º79.17%18.82%-
HSV(B)80.53º88.37%33.73%-
XYZ5.257.641.48-
YUV69.5694.39121.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=38.46%
G=55.13%
B=6.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6086100.3000.880.6680.5379.1718.82
Hex3C56A1E05842514f13
Octal741261236013010212111723
Binary11110010101101010111100101100010000101010001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C560A;
 }
 .AnyTagClassName
 {
   color: #3C560A;
 }
</style>
background-color css

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

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

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

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

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

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