#55695E

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

Shades of Viridian Green #55695E

Tints of Viridian Green #55695E

Color information

#55695E (or 0x55695E) is unknown color: approx Viridian Green. HEX triplet: 55, 69 and 5E. RGB value is (85,105,94). Sum of RGB (Red+Green+Blue) = 85+105+94=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 105 - color contains mainly: green. Hex color #55695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55695E is #AA96A1. Grayscale: #616161. Windows color (decimal): -11179682 or 6187349. OLE color: 6187349.

HSL color Cylindrical-coordinate representation of color #55695E: hue angle of 147º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #55695E is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB8510594-
CMYK0.1900.100.59
HSL147º10.53%37.25%-
HSV(B)147º19.05%41.18%-
XYZ10.8212.8412.5-
YUV97.77125.87118.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=29.93%
G=36.97%
B=33.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105940.1900.100.5914710.5337.25
Hex55695E130A3B93b25
Octal12515113623012732231345
Binary1010101110100110111101001101010111011100100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55695E; }

 p { color: rgb(85,105,94); }

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

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

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

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

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

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

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