#408181

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

Shades of Paradiso #408181

Tints of Paradiso #408181

Color information

#408181 (or 0x408181) is unknown color: approx Paradiso. HEX triplet: 40, 81 and 81. RGB value is (64,129,129). Sum of RGB (Red+Green+Blue) = 64+129+129=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #408181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408181 is #BF7E7E. Grayscale: #6D6D6D. Windows color (decimal): -12549759 or 8487232. OLE color: 8487232.

HSL color Cylindrical-coordinate representation of color #408181: hue angle of 180º 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 #408181 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64129129-
CMYK0.50000.49
HSL180º33.68%37.84%-
HSV(B)180º50.39%50.59%-
XYZ13.9318.3823.58-
YUV109.56138.9795.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.88%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 129 (50.78% from 255) = 40.06%
R=19.88%
G=40.06%
B=40.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641291290.50000.4918033.6837.84
Hex408181320031b42226
Octal1002012016200612644246
Binary100000010000001100000011100100011000110110100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408181; }

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

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

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

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

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

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

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

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