#55625E

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

Shades of Viridian Green #55625E

Tints of Viridian Green #55625E

Color information

#55625E (or 0x55625E) is unknown color: approx Viridian Green. HEX triplet: 55, 62 and 5E. RGB value is (85,98,94). Sum of RGB (Red+Green+Blue) = 85+98+94=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 98 - color contains mainly: green. Hex color #55625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55625E is #AA9DA1. Grayscale: #5D5D5D. Windows color (decimal): -11181474 or 6185557. OLE color: 6185557.

HSL color Cylindrical-coordinate representation of color #55625E: hue angle of 161.54º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #55625E is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB859894-
CMYK0.1300.040.62
HSL161.54º7.1%35.88%-
HSV(B)161.54º13.27%38.43%-
XYZ10.1311.4712.27-
YUV93.66128.19121.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=30.69%
G=35.38%
B=33.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598940.1300.040.62161.547.135.88
Hex55625ED043Ea2724
Octal125142136150476242744
Binary1010101110001010111101101010011111010100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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