#3C600A

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

Shades of Verdun Green #3C600A

Tints of Verdun Green #3C600A

Color information

#3C600A (or 0x3C600A) is unknown color: approx Verdun Green. HEX triplet: 3C, 60 and 0A. RGB value is (60,96,10). Sum of RGB (Red+Green+Blue) = 60+96+10=166 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.14% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #3C600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C600A is #C39FF5. Grayscale: #4B4B4B. Windows color (decimal): -12820470 or 679996. OLE color: 679996.

HSL color Cylindrical-coordinate representation of color #3C600A: hue angle of 85.12º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C600A is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB609610-
CMYK0.3800.900.62
HSL85.12º81.13%20.78%-
HSV(B)85.12º89.58%37.65%-
XYZ6.19.351.77-
YUV75.4391.07116.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 36.14%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 10 (4.30% from 255) = 6.02%
R=36.14%
G=57.83%
B=6.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096100.3800.900.6285.1281.1320.78
Hex3C60A2605A3E555115
Octal74140124601327612512125
Binary11110011000001010100110010110101111101010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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