#555105

Color #555105 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #555105

Tints of Verdun Green #555105

Color information

#555105 (or 0x555105) is unknown color: approx Verdun Green. HEX triplet: 55, 51 and 05. RGB value is (85,81,5). Sum of RGB (Red+Green+Blue) = 85+81+5=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #555105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555105 is #AAAEFA. Grayscale: #494949. Windows color (decimal): -11185915 or 348501. OLE color: 348501.

HSL color Cylindrical-coordinate representation of color #555105: hue angle of 57º 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 #555105 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB85815-
CMYK00.050.940.67
HSL57º88.89%17.65%-
HSV(B)57º94.12%33.33%-
XYZ6.727.831.3-
YUV73.5389.33136.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=49.71%
G=47.37%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8581500.050.940.675788.8917.65
Hex55515055E43395912
Octal1251215051361037113122
Binary10101011010001101010110111101000011111001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555105; }

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

 H1.HeaderClassName
 {
   color: #555105;
 }
 .AnyTagClassName
 {
   color: #555105;
 }
</style>
background-color css

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

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

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

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

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

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