#55655E

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

Shades of Viridian Green #55655E

Tints of Viridian Green #55655E

Color information

#55655E (or 0x55655E) is unknown color: approx Viridian Green. HEX triplet: 55, 65 and 5E. RGB value is (85,101,94). Sum of RGB (Red+Green+Blue) = 85+101+94=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #55655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55655E is #AA9AA1. Grayscale: #5F5F5F. Windows color (decimal): -11180706 or 6186325. OLE color: 6186325.

HSL color Cylindrical-coordinate representation of color #55655E: hue angle of 153.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55655E is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB8510194-
CMYK0.1600.070.60
HSL153.75º8.6%36.47%-
HSV(B)153.75º15.84%39.61%-
XYZ10.4212.0512.37-
YUV95.42127.2120.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=30.36%
G=36.07%
B=33.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101940.1600.070.60153.758.636.47
Hex55655E10073C9a924
Octal1251451362007742321144
Binary101010111001011011110100000111111100100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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