Html Css Color HEX #585D04 Verdun Green

📋 copy color: '#585D04'

red 88 ◦ green 93 ◦ blue 4

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

Shades of Verdun Green #585D04

Tints of Verdun Green #585D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.27%

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

R = 47.57%
G = 50.27%
B = 2.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#585D04 (or 0x585D04) is known color: Verdun Green. HEX triplet: 58, 5D and 04. RGB value is (88,93,4). Sum of RGB (Red+Green+Blue) = 88+93+4=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #585D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585D04 is #A7A2FB. Grayscale: #515151. Windows color (decimal): -10986236 or 286040. OLE color: 286040.

HSL color Cylindrical-coordinate representation of color #585D04: hue angle of 63.37º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #585D04 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 93 4 -
CMYK 0.05 0 0.96 0.64
HSL 63.37º 0.92% 0.19% -
HSV(B) 63.37º 0.96% 0.36% -
XYZ 7.96 9.91 1.61 -
YUV 81.36 84.34 132.74 -
System Red Green Blue C M Y K H S L
Decimal 88 93 4 0.05 0 0.96 0.64 63.37 0.92 0.19
Hex 58 5D 4 5 0 60 40 3F 5C 13
Octal 130 135 4 5 0 140 100 77 134 23
Binary 1011000 1011101 100 101 0 1100000 1000000 111111 1011100 10011

Color Harmonies of #585D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D04

Black with #585D04

Text Example


Text Example

White with #585D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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