Html Css Color HEX #585602 Verdun Green

📋 copy color: '#585602'

red 88 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #585602

Tints of Verdun Green #585602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

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

R = 50%
G = 48.86%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#585602 (or 0x585602) is known color: Verdun Green. HEX triplet: 58, 56 and 02. RGB value is (88,86,2). Sum of RGB (Red+Green+Blue) = 88+86+2=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #585602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585602 is #A7A9FD. Grayscale: #4D4D4D. Windows color (decimal): -10988030 or 153176. OLE color: 153176.

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

Color convert

RGB 88 86 2 -
CMYK 0 0.02 0.98 0.65
HSL 58.6º 0.96% 0.18% -
HSV(B) 58.6º 0.98% 0.35% -
XYZ 7.36 8.73 1.36 -
YUV 77.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 88 86 2 0 0.02 0.98 0.65 58.6 0.96 0.18
Hex 58 56 2 0 2 62 41 3B 60 12
Octal 130 126 2 0 2 142 101 73 140 22
Binary 1011000 1010110 10 0 10 1100010 1000001 111011 1100000 10010

Color Harmonies of #585602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585602

Black with #585602

Text Example


Text Example

White with #585602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585602; }

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

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

background-color css

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

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

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

border-color css

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

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

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