Html Css Color HEX #585300 Verdun Green

📋 copy color: '#585300'

red 88 ◦ green 83 ◦ blue 0

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

Shades of Verdun Green #585300

Tints of Verdun Green #585300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.46%
G = 48.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#585300 (or 0x585300) is known color: Verdun Green. HEX triplet: 58, 53 and 00. RGB value is (88,83,0). Sum of RGB (Red+Green+Blue) = 88+83+0=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #585300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585300 is #A7ACFF. Grayscale: #4B4B4B. Windows color (decimal): -10988800 or 21336. OLE color: 21336.

HSL color Cylindrical-coordinate representation of color #585300: hue angle of 56.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #585300 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 83 0 -
CMYK 0 0.06 1 0.65
HSL 56.59º 1% 0.17% -
HSV(B) 56.59º 1% 0.35% -
XYZ 7.12 8.26 1.22 -
YUV 75.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 88 83 0 0 0.06 1 0.65 56.59 1 0.17
Hex 58 53 0 0 6 64 41 39 64 11
Octal 130 123 0 0 6 144 101 71 144 21
Binary 1011000 1010011 0 0 110 1100100 1000001 111001 1100100 10001

Color Harmonies of #585300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585300

Black with #585300

Text Example


Text Example

White with #585300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585300; }

 p { color: rgb(88,83,0); }

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

background-color css

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

 a { background-color: rgb(88,83,0); }

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

border-color css

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

 span { border-color: rgb(88,83,0); }

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