#58610C

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

Shades of Verdun Green #58610C

Tints of Verdun Green #58610C

Color information

#58610C (or 0x58610C) is unknown color: approx Verdun Green. HEX triplet: 58, 61 and 0C. RGB value is (88,97,12). Sum of RGB (Red+Green+Blue) = 88+97+12=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #58610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58610C is #A79EF3. Grayscale: #545454. Windows color (decimal): -10985204 or 811352. OLE color: 811352.

HSL color Cylindrical-coordinate representation of color #58610C: hue angle of 66.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58610C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB889712-
CMYK0.0900.880.62
HSL66.35º77.98%21.37%-
HSV(B)66.35º87.63%38.04%-
XYZ8.3710.651.96-
YUV84.6287.02130.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=44.67%
G=49.24%
B=6.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897120.0900.880.6266.3577.9821.37
Hex5861C90583E424e15
Octal130141141101307610211625
Binary1011000110000111001001010110001111101000010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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