Html Css Color HEX #555505 Verdun Green

📋 copy color: '#555505'

red 85 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #555505

Tints of Verdun Green #555505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.57%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 48.57%
G = 48.57%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#555505 (or 0x555505) is known color: Verdun Green. HEX triplet: 55, 55 and 05. RGB value is (85,85,5). Sum of RGB (Red+Green+Blue) = 85+85+5=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555505 is #AAAAFA. Grayscale: #4C4C4C. Windows color (decimal): -11184891 or 349525. OLE color: 349525.

HSL color Cylindrical-coordinate representation of color #555505: hue angle of 60º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #555505 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 5 -
CMYK 0 0 0.94 0.67
HSL 60º 0.89% 0.18% -
HSV(B) 60º 0.94% 0.33% -
XYZ 7.02 8.44 1.4 -
YUV 75.88 88 134.5 -
System Red Green Blue C M Y K H S L
Decimal 85 85 5 0 0 0.94 0.67 60 0.89 0.18
Hex 55 55 5 0 0 5E 43 3C 59 12
Octal 125 125 5 0 0 136 103 74 131 22
Binary 1010101 1010101 101 0 0 1011110 1000011 111100 1011001 10010

Color Harmonies of #555505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555505

Black with #555505

Text Example


Text Example

White with #555505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555505; }

 p { color: rgb(85,85,5); }

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

background-color css

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

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

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

border-color css

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

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

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