#5C5805

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

Shades of Verdun Green #5C5805

Tints of Verdun Green #5C5805

Color information

#5C5805 (or 0x5C5805) is unknown color: approx Verdun Green. HEX triplet: 5C, 58 and 05. RGB value is (92,88,5). Sum of RGB (Red+Green+Blue) = 92+88+5=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5805 is #A3A7FA. Grayscale: #505050. Windows color (decimal): -10725371 or 350300. OLE color: 350300.

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

Color convert

RGB92885-
CMYK00.040.950.64
HSL57.24º89.69%19.02%-
HSV(B)57.24º94.57%36.08%-
XYZ7.939.271.51-
YUV79.7385.83136.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.73%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=49.73%
G=47.57%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9288500.040.950.6457.2489.6919.02
Hex5C585045F40395a13
Octal1341305041371007113223
Binary10111001011000101010010111111000000111001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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