#3C510B

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

Shades of Verdun Green #3C510B

Tints of Verdun Green #3C510B

Color information

#3C510B (or 0x3C510B) is unknown color: approx Verdun Green. HEX triplet: 3C, 51 and 0B. RGB value is (60,81,11). Sum of RGB (Red+Green+Blue) = 60+81+11=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #3C510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C510B is #C3AEF4. Grayscale: #424242. Windows color (decimal): -12824309 or 741692. OLE color: 741692.

HSL color Cylindrical-coordinate representation of color #3C510B: hue angle of 78º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C510B is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.

Color convert

RGB608111-
CMYK0.2600.860.68
HSL78º76.09%18.04%-
HSV(B)78º86.42%31.76%-
XYZ4.876.871.39-
YUV66.7496.54123.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.47%
GREEN value IS 81 (32.03% from 255) = 53.29%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=39.47%
G=53.29%
B=7.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6081110.2600.860.687876.0918.04
Hex3C51B1A056444e4c12
Octal741211332012610411611422
Binary11110010100011011110100101011010001001001110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,81,11); }

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

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

 a { background-color: rgb(60,81,11); }

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

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

 span { border-color: rgb(60,81,11); }

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