Html Css Color HEX #585502 Verdun Green

📋 copy color: '#585502'

red 88 ◦ green 85 ◦ blue 2

#585502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #585502

Tints of Verdun Green #585502

RGB

 RED value IS 88 (34.77% from 255) = 50.29%

 GREEN value IS 85 (33.59% from 255) = 48.57%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 50.29%
G = 48.57%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#585502 (or 0x585502) is known color: Verdun Green. HEX triplet: 58, 55 and 02. RGB value is (88,85,2). Sum of RGB (Red+Green+Blue) = 88+85+2=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #585502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585502 is #A7AAFD. Grayscale: #4C4C4C. Windows color (decimal): -10988286 or 152920. OLE color: 152920.

HSL color Cylindrical-coordinate representation of color #585502: hue angle of 57.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #585502 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 2 -
CMYK 0 0.03 0.98 0.65
HSL 57.91º 0.96% 0.18% -
HSV(B) 57.91º 0.98% 0.35% -
XYZ 7.28 8.58 1.33 -
YUV 76.44 85.99 136.25 -
System Red Green Blue C M Y K H S L
Decimal 88 85 2 0 0.03 0.98 0.65 57.91 0.96 0.18
Hex 58 55 2 0 3 62 41 3A 60 12
Octal 130 125 2 0 3 142 101 72 140 22
Binary 1011000 1010101 10 0 11 1100010 1000001 111010 1100000 10010

Color Harmonies of #585502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585502

Black with #585502

Text Example


Text Example

White with #585502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585502; }

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

 H1.HeaderClassName
 {
   color: #585502;
 }
 .AnyTagClassName
 {
   color: #585502;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #585502;
 }
 .BgClassName
 {
   background-color: #585502;
 }
</style>

border-color css

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

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

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