#3C5C14

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

Shades of Verdun Green #3C5C14

Tints of Verdun Green #3C5C14

Color information

#3C5C14 (or 0x3C5C14) is unknown color: approx Verdun Green. HEX triplet: 3C, 5C and 14. RGB value is (60,92,20). Sum of RGB (Red+Green+Blue) = 60+92+20=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 20 (8.20% from 255 or 11.63% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5C14 is #C3A3EB. Grayscale: #4A4A4A. Windows color (decimal): -12821484 or 1334332. OLE color: 1334332.

HSL color Cylindrical-coordinate representation of color #3C5C14: hue angle of 86.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C5C14 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB609220-
CMYK0.3500.780.64
HSL86.67º64.29%21.96%-
HSV(B)86.67º78.26%36.08%-
XYZ5.828.672.03-
YUV74.2297.4117.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.88%
GREEN value IS 92 (36.33% from 255) = 53.49%
BLUE value IS 20 (8.20% from 255) = 11.63%
R=34.88%
G=53.49%
B=11.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6092200.3500.780.6486.6764.2921.96
Hex3C5C142304E40574016
Octal741342443011610012710026
Binary1111001011100101001000110100111010000001010111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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