#3C5801

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

Shades of Verdun Green #3C5801

Tints of Verdun Green #3C5801

Color information

#3C5801 (or 0x3C5801) is unknown color: approx Verdun Green. HEX triplet: 3C, 58 and 01. RGB value is (60,88,1). Sum of RGB (Red+Green+Blue) = 60+88+1=149 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.27% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5801 is #C3A7FE. Grayscale: #464646. Windows color (decimal): -12822527 or 88124. OLE color: 88124.

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

Color convert

RGB60881-
CMYK0.3200.990.65
HSL79.31º97.75%17.45%-
HSV(B)79.31º98.86%34.51%-
XYZ5.367.941.28-
YUV69.7189.22121.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.27%
GREEN value IS 88 (34.77% from 255) = 59.06%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=40.27%
G=59.06%
B=0.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal608810.3200.990.6579.3197.7517.45
Hex3C58120063414f6211
Octal74130140014310111714221
Binary111100101100011000000110001110000011001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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