#58620B

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

Shades of Verdun Green #58620B

Tints of Verdun Green #58620B

Color information

#58620B (or 0x58620B) is unknown color: approx Verdun Green. HEX triplet: 58, 62 and 0B. RGB value is (88,98,11). Sum of RGB (Red+Green+Blue) = 88+98+11=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #58620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58620B is #A79DF4. Grayscale: #555555. Windows color (decimal): -10984949 or 746072. OLE color: 746072.

HSL color Cylindrical-coordinate representation of color #58620B: hue angle of 66.9º 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 #58620B is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB889811-
CMYK0.1000.890.62
HSL66.9º79.82%21.37%-
HSV(B)66.9º88.78%38.43%-
XYZ8.4510.831.96-
YUV85.0986.19130.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 98 (38.67% from 255) = 49.75%
BLUE value IS 11 (4.69% from 255) = 5.58%
R=44.67%
G=49.75%
B=5.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8898110.1000.890.6266.979.8221.37
Hex5862BA0593E435015
Octal130142131201317610312025
Binary1011000110001010111010010110011111101000011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58620B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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