#58610B

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

Shades of Verdun Green #58610B

Tints of Verdun Green #58610B

Color information

#58610B (or 0x58610B) is unknown color: approx Verdun Green. HEX triplet: 58, 61 and 0B. RGB value is (88,97,11). Sum of RGB (Red+Green+Blue) = 88+97+11=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #58610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58610B is #A79EF4. Grayscale: #545454. Windows color (decimal): -10985205 or 745816. OLE color: 745816.

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

Color convert

RGB889711-
CMYK0.0900.890.62
HSL66.28º79.63%21.18%-
HSV(B)66.28º88.66%38.04%-
XYZ8.3610.651.93-
YUV84.5186.52130.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 11 (4.69% from 255) = 5.61%
R=44.90%
G=49.49%
B=5.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8897110.0900.890.6266.2879.6321.18
Hex5861B90593E425015
Octal130141131101317610212025
Binary1011000110000110111001010110011111101000010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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