Html Css Color HEX #585103 Verdun Green

📋 copy color: '#585103'

red 88 ◦ green 81 ◦ blue 3

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

Shades of Verdun Green #585103

Tints of Verdun Green #585103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.74%

R = 51.16%
G = 47.09%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#585103 (or 0x585103) is known color: Verdun Green. HEX triplet: 58, 51 and 03. RGB value is (88,81,3). Sum of RGB (Red+Green+Blue) = 88+81+3=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #585103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585103 is #A7AEFC. Grayscale: #4A4A4A. Windows color (decimal): -10989309 or 217432. OLE color: 217432.

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

Color convert

RGB 88 81 3 -
CMYK 0 0.08 0.97 0.65
HSL 55.06º 0.93% 0.18% -
HSV(B) 55.06º 0.97% 0.35% -
XYZ 6.98 7.97 1.26 -
YUV 74.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 88 81 3 0 0.08 0.97 0.65 55.06 0.93 0.18
Hex 58 51 3 0 8 61 41 37 5D 12
Octal 130 121 3 0 10 141 101 67 135 22
Binary 1011000 1010001 11 0 1000 1100001 1000001 110111 1011101 10010

Color Harmonies of #585103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585103

Black with #585103

Text Example


Text Example

White with #585103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585103; }

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

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

background-color css

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

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

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

border-color css

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

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

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