#3C5905

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

Shades of Verdun Green #3C5905

Tints of Verdun Green #3C5905

Color information

#3C5905 (or 0x3C5905) is unknown color: approx Verdun Green. HEX triplet: 3C, 59 and 05. RGB value is (60,89,5). Sum of RGB (Red+Green+Blue) = 60+89+5=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5905 is #C3A6FA. Grayscale: #474747. Windows color (decimal): -12822267 or 350524. OLE color: 350524.

HSL color Cylindrical-coordinate representation of color #3C5905: hue angle of 80.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C5905 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB60895-
CMYK0.3300.940.65
HSL80.71º89.36%18.43%-
HSV(B)80.71º94.38%34.9%-
XYZ5.468.121.42-
YUV70.7590.89120.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.96%
GREEN value IS 89 (35.16% from 255) = 57.79%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=38.96%
G=57.79%
B=3.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal608950.3300.940.6580.7189.3618.43
Hex3C5952105E41515912
Octal74131541013610112113122
Binary11110010110011011000010101111010000011010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,89,5); }

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

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

 a { background-color: rgb(60,89,5); }

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

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

 span { border-color: rgb(60,89,5); }

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