#3C6011

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

Shades of Verdun Green #3C6011

Tints of Verdun Green #3C6011

Color information

#3C6011 (or 0x3C6011) is unknown color: approx Verdun Green. HEX triplet: 3C, 60 and 11. RGB value is (60,96,17). Sum of RGB (Red+Green+Blue) = 60+96+17=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6011 is #C39FEE. Grayscale: #4C4C4C. Windows color (decimal): -12820463 or 1138748. OLE color: 1138748.

HSL color Cylindrical-coordinate representation of color #3C6011: hue angle of 87.34º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C6011 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB609617-
CMYK0.3800.820.62
HSL87.34º69.91%22.16%-
HSV(B)87.34º82.29%37.65%-
XYZ6.159.372.01-
YUV76.2394.57116.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=34.68%
G=55.49%
B=9.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096170.3800.820.6287.3469.9122.16
Hex3C6011260523E574616
Octal74140214601227612710626
Binary111100110000010001100110010100101111101010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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