#3C5817

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

Shades of Verdun Green #3C5817

Tints of Verdun Green #3C5817

Color information

#3C5817 (or 0x3C5817) is unknown color: approx Verdun Green. HEX triplet: 3C, 58 and 17. RGB value is (60,88,23). Sum of RGB (Red+Green+Blue) = 60+88+23=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5817 is #C3A7E8. Grayscale: #484848. Windows color (decimal): -12822505 or 1529916. OLE color: 1529916.

HSL color Cylindrical-coordinate representation of color #3C5817: hue angle of 85.85º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C5817 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB608823-
CMYK0.3200.740.65
HSL85.85º58.56%21.76%-
HSV(B)85.85º73.86%34.51%-
XYZ5.5182.06-
YUV72.22100.22119.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.09%
GREEN value IS 88 (34.77% from 255) = 51.46%
BLUE value IS 23 (9.38% from 255) = 13.45%
R=35.09%
G=51.46%
B=13.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6088230.3200.740.6585.8558.5621.76
Hex3C58172004A41563b16
Octal74130274001121011267326
Binary111100101100010111100000010010101000001101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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