Html Css Color HEX #555904 Verdun Green

📋 copy color: '#555904'

red 85 ◦ green 89 ◦ blue 4

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

Shades of Verdun Green #555904

Tints of Verdun Green #555904

RGB

 RED value IS 85 (33.59% from 255) = 47.75%

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 47.75%
G = 50%
B = 2.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#555904 (or 0x555904) is known color: Verdun Green. HEX triplet: 55, 59 and 04. RGB value is (85,89,4). Sum of RGB (Red+Green+Blue) = 85+89+4=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #555904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555904 is #AAA6FB. Grayscale: #4E4E4E. Windows color (decimal): -11183868 or 285013. OLE color: 285013.

HSL color Cylindrical-coordinate representation of color #555904: hue angle of 62.82º 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 #555904 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 4 -
CMYK 0.04 0 0.96 0.65
HSL 62.82º 0.91% 0.18% -
HSV(B) 62.82º 0.96% 0.35% -
XYZ 7.34 9.08 1.48 -
YUV 78.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 85 89 4 0.04 0 0.96 0.65 62.82 0.91 0.18
Hex 55 59 4 4 0 60 41 3F 5B 12
Octal 125 131 4 4 0 140 101 77 133 22
Binary 1010101 1011001 100 100 0 1100000 1000001 111111 1011011 10010

Color Harmonies of #555904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555904

Black with #555904

Text Example


Text Example

White with #555904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555904; }

 p { color: rgb(85,89,4); }

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

background-color css

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

 a { background-color: rgb(85,89,4); }

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

border-color css

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

 span { border-color: rgb(85,89,4); }

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