#5C6005

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

Shades of Verdun Green #5C6005

Tints of Verdun Green #5C6005

Color information

#5C6005 (or 0x5C6005) is unknown color: approx Verdun Green. HEX triplet: 5C, 60 and 05. RGB value is (92,96,5). Sum of RGB (Red+Green+Blue) = 92+96+5=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6005 is #A39FFA. Grayscale: #545454. Windows color (decimal): -10723323 or 352348. OLE color: 352348.

HSL color Cylindrical-coordinate representation of color #5C6005: hue angle of 62.64º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C6005 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB92965-
CMYK0.0400.950.62
HSL62.64º90.1%19.8%-
HSV(B)62.64º94.79%37.65%-
XYZ8.6210.651.75-
YUV84.4383.17133.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.67%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=47.67%
G=49.74%
B=2.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal929650.0400.950.6262.6490.119.8
Hex5C605405F3E3f5a14
Octal134140540137767713224
Binary1011100110000010110001011111111110111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C6005; }

 p { color: rgb(92,96,5); }

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

<style>
 a { background-color: #5C6005; }

 a { background-color: rgb(92,96,5); }

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

<style>
 span { border-color: #5C6005; }

 span { border-color: rgb(92,96,5); }

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