Html Css Color HEX #585304 Verdun Green

📋 copy color: '#585304'

red 88 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #585304

Tints of Verdun Green #585304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.29%

R = 50.29%
G = 47.43%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#585304 (or 0x585304) is known color: Verdun Green. HEX triplet: 58, 53 and 04. RGB value is (88,83,4). Sum of RGB (Red+Green+Blue) = 88+83+4=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #585304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585304 is #A7ACFB. Grayscale: #4B4B4B. Windows color (decimal): -10988796 or 283480. OLE color: 283480.

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

Color convert

RGB 88 83 4 -
CMYK 0 0.06 0.95 0.65
HSL 56.43º 0.91% 0.18% -
HSV(B) 56.43º 0.95% 0.35% -
XYZ 7.14 8.27 1.33 -
YUV 75.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 88 83 4 0 0.06 0.95 0.65 56.43 0.91 0.18
Hex 58 53 4 0 6 5F 41 38 5B 12
Octal 130 123 4 0 6 137 101 70 133 22
Binary 1011000 1010011 100 0 110 1011111 1000001 111000 1011011 10010

Color Harmonies of #585304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585304

Black with #585304

Text Example


Text Example

White with #585304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585304; }

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

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

background-color css

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

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

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

border-color css

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

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

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