#3C4F17

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

Shades of Verdun Green #3C4F17

Tints of Verdun Green #3C4F17

Color information

#3C4F17 (or 0x3C4F17) is unknown color: approx Verdun Green. HEX triplet: 3C, 4F and 17. RGB value is (60,79,23). Sum of RGB (Red+Green+Blue) = 60+79+23=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C4F17 is #C3B0E8. Grayscale: #434343. Windows color (decimal): -12824809 or 1527612. OLE color: 1527612.

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

Color convert

RGB607923-
CMYK0.2400.710.69
HSL80.36º54.9%20%-
HSV(B)80.36º70.89%30.98%-
XYZ4.816.611.83-
YUV66.93103.21123.05-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.04%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=37.04%
G=48.77%
B=14.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6079230.2400.710.6980.3654.920
Hex3C4F171804745503714
Octal74117273001071051206724
Binary11110010011111011111000010001111000101101000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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