#40807F

Color #40807F Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #40807F

Tints of Paradiso #40807F

Color information

#40807F (or 0x40807F) is unknown color: approx Paradiso. HEX triplet: 40, 80 and 7F. RGB value is (64,128,127). Sum of RGB (Red+Green+Blue) = 64+128+127=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 128 - color contains mainly: green. Hex color #40807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40807F is #BF7F80. Grayscale: #6C6C6C. Windows color (decimal): -12550017 or 8355904. OLE color: 8355904.

HSL color Cylindrical-coordinate representation of color #40807F: hue angle of 179.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40807F is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB64128127-
CMYK0.500.010.50
HSL179.06º33.33%37.65%-
HSV(B)179.06º50%50.2%-
XYZ13.6618.0622.84-
YUV108.75138.396.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 127 (50% from 255) = 39.81%
R=20.06%
G=40.13%
B=39.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641281270.500.010.50179.0633.3337.65
Hex40807F320132b32126
Octal1002001776201622634146
Binary10000001000000011111111100100111001010110011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40807F; }

 p { color: rgb(64,128,127); }

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

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

 a { background-color: rgb(64,128,127); }

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

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

 span { border-color: rgb(64,128,127); }

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