#55645E

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

Shades of Viridian Green #55645E

Tints of Viridian Green #55645E

Color information

#55645E (or 0x55645E) is unknown color: approx Viridian Green. HEX triplet: 55, 64 and 5E. RGB value is (85,100,94). Sum of RGB (Red+Green+Blue) = 85+100+94=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 100 - color contains mainly: green. Hex color #55645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55645E is #AA9BA1. Grayscale: #5E5E5E. Windows color (decimal): -11180962 or 6186069. OLE color: 6186069.

HSL color Cylindrical-coordinate representation of color #55645E: hue angle of 156º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #55645E is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB8510094-
CMYK0.1500.060.61
HSL156º8.11%36.27%-
HSV(B)156º15%39.22%-
XYZ10.3211.8512.33-
YUV94.83127.53120.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=30.47%
G=35.84%
B=33.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100940.1500.060.611568.1136.27
Hex55645EF063D9c824
Octal1251441361706752341044
Binary10101011100100101111011110110111101100111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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