#40817F

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

Shades of Paradiso #40817F

Tints of Paradiso #40817F

Color information

#40817F (or 0x40817F) is unknown color: approx Paradiso. HEX triplet: 40, 81 and 7F. RGB value is (64,129,127). Sum of RGB (Red+Green+Blue) = 64+129+127=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #40817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40817F is #BF7E80. Grayscale: #6D6D6D. Windows color (decimal): -12549761 or 8356160. OLE color: 8356160.

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

Color convert

RGB64129127-
CMYK0.5000.020.49
HSL178.15º33.68%37.84%-
HSV(B)178.15º50.39%50.59%-
XYZ13.818.3222.89-
YUV109.34137.9795.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 127 (50% from 255) = 39.69%
R=20%
G=40.31%
B=39.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641291270.5000.020.49178.1533.6837.84
Hex40817F320231b22226
Octal1002011776202612624246
Binary100000010000001111111111001001011000110110010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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