#585F02

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

Shades of Verdun Green #585F02

Tints of Verdun Green #585F02

Color information

#585F02 (or 0x585F02) is unknown color: approx Verdun Green. HEX triplet: 58, 5F and 02. RGB value is (88,95,2). Sum of RGB (Red+Green+Blue) = 88+95+2=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #585F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585F02 is #A7A0FD. Grayscale: #525252. Windows color (decimal): -10985726 or 155480. OLE color: 155480.

HSL color Cylindrical-coordinate representation of color #585F02: hue angle of 64.52º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #585F02 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB88952-
CMYK0.0700.980.63
HSL64.52º95.88%19.02%-
HSV(B)64.52º97.89%37.25%-
XYZ8.1310.261.61-
YUV82.382.68132.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 95 (37.5% from 255) = 51.35%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=47.57%
G=51.35%
B=1.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal889520.0700.980.6364.5295.8819.02
Hex585F270623F416013
Octal1301372701427710114023
Binary1011000101111110111011000101111111000001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F02; }

 p { color: rgb(88,95,2); }

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

<style>
 a { background-color: #585F02; }

 a { background-color: rgb(88,95,2); }

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

<style>
 span { border-color: #585F02; }

 span { border-color: rgb(88,95,2); }

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