Html Css Color HEX #585102 Verdun Green

📋 copy color: '#585102'

red 88 ◦ green 81 ◦ blue 2

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

Shades of Verdun Green #585102

Tints of Verdun Green #585102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.37%

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

R = 51.46%
G = 47.37%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#585102 (or 0x585102) is known color: Verdun Green. HEX triplet: 58, 51 and 02. RGB value is (88,81,2). Sum of RGB (Red+Green+Blue) = 88+81+2=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #585102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585102 is #A7AEFD. Grayscale: #4A4A4A. Windows color (decimal): -10989310 or 151896. OLE color: 151896.

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

Color convert

RGB 88 81 2 -
CMYK 0 0.08 0.98 0.65
HSL 55.12º 0.96% 0.18% -
HSV(B) 55.12º 0.98% 0.35% -
XYZ 6.98 7.96 1.23 -
YUV 74.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 88 81 2 0 0.08 0.98 0.65 55.12 0.96 0.18
Hex 58 51 2 0 8 62 41 37 60 12
Octal 130 121 2 0 10 142 101 67 140 22
Binary 1011000 1010001 10 0 1000 1100010 1000001 110111 1100000 10010

Color Harmonies of #585102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585102

Black with #585102

Text Example


Text Example

White with #585102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585102; }

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

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

background-color css

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

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

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

border-color css

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

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

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