#3C4F14

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

Shades of Verdun Green #3C4F14

Tints of Verdun Green #3C4F14

Color information

#3C4F14 (or 0x3C4F14) is unknown color: approx Verdun Green. HEX triplet: 3C, 4F and 14. RGB value is (60,79,20). Sum of RGB (Red+Green+Blue) = 60+79+20=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C4F14 is #C3B0EB. Grayscale: #424242. Windows color (decimal): -12824812 or 1331004. OLE color: 1331004.

HSL color Cylindrical-coordinate representation of color #3C4F14: hue angle of 79.32º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C4F14 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB607920-
CMYK0.2400.750.69
HSL79.32º59.6%19.41%-
HSV(B)79.32º74.68%30.98%-
XYZ4.796.61.68-
YUV66.59101.71123.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.74%
GREEN value IS 79 (31.25% from 255) = 49.69%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=37.74%
G=49.69%
B=12.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6079200.2400.750.6979.3259.619.41
Hex3C4F141804B454f3c13
Octal74117243001131051177423
Binary11110010011111010011000010010111000101100111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,79,20); }

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

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

 a { background-color: rgb(60,79,20); }

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

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

 span { border-color: rgb(60,79,20); }

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