#3C4807

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

Shades of Verdun Green #3C4807

Tints of Verdun Green #3C4807

Color information

#3C4807 (or 0x3C4807) is unknown color: approx Verdun Green. HEX triplet: 3C, 48 and 07. RGB value is (60,72,7). Sum of RGB (Red+Green+Blue) = 60+72+7=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #3C4807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4807 is #C3B7F8. Grayscale: #3D3D3D. Windows color (decimal): -12826617 or 477244. OLE color: 477244.

HSL color Cylindrical-coordinate representation of color #3C4807: hue angle of 71.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C4807 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB60727-
CMYK0.1700.900.72
HSL71.08º82.28%15.49%-
HSV(B)71.08º90.28%28.24%-
XYZ4.225.611.06-
YUV6197.52127.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.17%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 7 (3.12% from 255) = 5.04%
R=43.17%
G=51.80%
B=5.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal607270.1700.900.7271.0882.2815.49
Hex3C4871105A484752f
Octal74110721013211010712217
Binary111100100100011110001010110101001000100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,7); }

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

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

 a { background-color: rgb(60,72,7); }

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

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

 span { border-color: rgb(60,72,7); }

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