#58550C

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

Shades of Verdun Green #58550C

Tints of Verdun Green #58550C

Color information

#58550C (or 0x58550C) is unknown color: approx Verdun Green. HEX triplet: 58, 55 and 0C. RGB value is (88,85,12). Sum of RGB (Red+Green+Blue) = 88+85+12=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #58550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58550C is #A7AAF3. Grayscale: #4D4D4D. Windows color (decimal): -10988276 or 808280. OLE color: 808280.

HSL color Cylindrical-coordinate representation of color #58550C: hue angle of 57.63º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58550C is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB888512-
CMYK00.030.860.65
HSL57.63º76%19.61%-
HSV(B)57.63º86.36%34.51%-
XYZ7.348.61.62-
YUV77.5790.99135.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=47.57%
G=45.95%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88851200.030.860.6557.637619.61
Hex5855C0356413a4c14
Octal13012514031261017211424
Binary10110001010101110001110101101000001111010100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58550C; }

 p { color: rgb(88,85,12); }

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

<style>
 a { background-color: #58550C; }

 a { background-color: rgb(88,85,12); }

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

<style>
 span { border-color: #58550C; }

 span { border-color: rgb(88,85,12); }

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