Html Css Color HEX #585702 Verdun Green

📋 copy color: '#585702'

red 88 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #585702

Tints of Verdun Green #585702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 49.15%

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

R = 49.72%
G = 49.15%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#585702 (or 0x585702) is known color: Verdun Green. HEX triplet: 58, 57 and 02. RGB value is (88,87,2). Sum of RGB (Red+Green+Blue) = 88+87+2=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #585702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585702 is #A7A8FD. Grayscale: #4D4D4D. Windows color (decimal): -10987774 or 153432. OLE color: 153432.

HSL color Cylindrical-coordinate representation of color #585702: hue angle of 59.3º 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 #585702 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 87 2 -
CMYK 0 0.01 0.98 0.65
HSL 59.3º 0.96% 0.18% -
HSV(B) 59.3º 0.98% 0.35% -
XYZ 7.44 8.9 1.38 -
YUV 77.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 88 87 2 0 0.01 0.98 0.65 59.3 0.96 0.18
Hex 58 57 2 0 1 62 41 3B 60 12
Octal 130 127 2 0 1 142 101 73 140 22
Binary 1011000 1010111 10 0 1 1100010 1000001 111011 1100000 10010

Color Harmonies of #585702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585702

Black with #585702

Text Example


Text Example

White with #585702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585702; }

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

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

background-color css

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

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

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

border-color css

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

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

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