Html Css Color HEX #555506 Verdun Green

📋 copy color: '#555506'

red 85 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #555506

Tints of Verdun Green #555506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.41%

R = 48.3%
G = 48.3%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#555506 (or 0x555506) is known color: Verdun Green. HEX triplet: 55, 55 and 06. RGB value is (85,85,6). Sum of RGB (Red+Green+Blue) = 85+85+6=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555506 is #AAAAF9. Grayscale: #4C4C4C. Windows color (decimal): -11184890 or 415061. OLE color: 415061.

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

Color convert

RGB 85 85 6 -
CMYK 0 0 0.93 0.67
HSL 60º 0.87% 0.18% -
HSV(B) 60º 0.93% 0.33% -
XYZ 7.03 8.44 1.43 -
YUV 75.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 85 85 6 0 0 0.93 0.67 60 0.87 0.18
Hex 55 55 6 0 0 5D 43 3C 57 12
Octal 125 125 6 0 0 135 103 74 127 22
Binary 1010101 1010101 110 0 0 1011101 1000011 111100 1010111 10010

Color Harmonies of #555506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555506

Black with #555506

Text Example


Text Example

White with #555506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555506; }

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

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

background-color css

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

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

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

border-color css

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

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

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