Html Css Color HEX #585A04 Verdun Green

📋 copy color: '#585A04'

red 88 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #585A04

Tints of Verdun Green #585A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.45%

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

R = 48.35%
G = 49.45%
B = 2.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#585A04 (or 0x585A04) is known color: Verdun Green. HEX triplet: 58, 5A and 04. RGB value is (88,90,4). Sum of RGB (Red+Green+Blue) = 88+90+4=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #585A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585A04 is #A7A5FB. Grayscale: #4F4F4F. Windows color (decimal): -10987004 or 285272. OLE color: 285272.

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

Color convert

RGB 88 90 4 -
CMYK 0.02 0 0.96 0.65
HSL 61.4º 0.91% 0.18% -
HSV(B) 61.4º 0.96% 0.35% -
XYZ 7.7 9.4 1.52 -
YUV 79.6 85.34 133.99 -
System Red Green Blue C M Y K H S L
Decimal 88 90 4 0.02 0 0.96 0.65 61.4 0.91 0.18
Hex 58 5A 4 2 0 60 41 3D 5B 12
Octal 130 132 4 2 0 140 101 75 133 22
Binary 1011000 1011010 100 10 0 1100000 1000001 111101 1011011 10010

Color Harmonies of #585A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A04

Black with #585A04

Text Example


Text Example

White with #585A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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