#155640

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

Shades of Fun Green #155640

Tints of Fun Green #155640

Color information

#155640 (or 0x155640) is unknown color: approx Fun Green. HEX triplet: 15, 56 and 40. RGB value is (21,86,64). Sum of RGB (Red+Green+Blue) = 21+86+64=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #155640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155640 is #EAA9BF. Grayscale: #404040. Windows color (decimal): -15378880 or 4216341. OLE color: 4216341.

HSL color Cylindrical-coordinate representation of color #155640: hue angle of 159.69º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155640 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB218664-
CMYK0.7600.260.66
HSL159.69º60.75%20.98%-
HSV(B)159.69º75.58%33.73%-
XYZ4.567.196-
YUV64.06127.9797.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=12.28%
G=50.29%
B=37.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186640.7600.260.66159.6960.7520.98
Hex1556404C01A42a03d15
Octal251261001140321022407525
Binary1010110101101000000100110001101010000101010000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155640; }

 p { color: rgb(21,86,64); }

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

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

 a { background-color: rgb(21,86,64); }

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

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

 span { border-color: rgb(21,86,64); }

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