Html Css Color HEX #585202 Verdun Green

📋 copy color: '#585202'

red 88 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #585202

Tints of Verdun Green #585202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

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

R = 51.16%
G = 47.67%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#585202 (or 0x585202) is known color: Verdun Green. HEX triplet: 58, 52 and 02. RGB value is (88,82,2). Sum of RGB (Red+Green+Blue) = 88+82+2=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #585202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585202 is #A7ADFD. Grayscale: #4B4B4B. Windows color (decimal): -10989054 or 152152. OLE color: 152152.

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

Color convert

RGB 88 82 2 -
CMYK 0 0.07 0.98 0.65
HSL 55.81º 0.96% 0.18% -
HSV(B) 55.81º 0.98% 0.35% -
XYZ 7.05 8.11 1.25 -
YUV 74.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 88 82 2 0 0.07 0.98 0.65 55.81 0.96 0.18
Hex 58 52 2 0 7 62 41 38 60 12
Octal 130 122 2 0 7 142 101 70 140 22
Binary 1011000 1010010 10 0 111 1100010 1000001 111000 1100000 10010

Color Harmonies of #585202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585202

Black with #585202

Text Example


Text Example

White with #585202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585202; }

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

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

background-color css

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

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

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

border-color css

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

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

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