#55625B

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

Shades of Viridian Green #55625B

Tints of Viridian Green #55625B

Color information

#55625B (or 0x55625B) is unknown color: approx Viridian Green. HEX triplet: 55, 62 and 5B. RGB value is (85,98,91). Sum of RGB (Red+Green+Blue) = 85+98+91=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #55625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55625B is #AA9DA4. Grayscale: #5D5D5D. Windows color (decimal): -11181477 or 5988949. OLE color: 5988949.

HSL color Cylindrical-coordinate representation of color #55625B: hue angle of 147.69º 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 #55625B is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB859891-
CMYK0.1300.070.62
HSL147.69º7.1%35.88%-
HSV(B)147.69º13.27%38.43%-
XYZ1011.4211.58-
YUV93.32126.69122.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=31.02%
G=35.77%
B=33.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598910.1300.070.62147.697.135.88
Hex55625BD073E94724
Octal125142133150776224744
Binary1010101110001010110111101011111111010010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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