#408482

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

Shades of Paradiso #408482

Tints of Paradiso #408482

Color information

#408482 (or 0x408482) is unknown color: approx Paradiso. HEX triplet: 40, 84 and 82. RGB value is (64,132,130). Sum of RGB (Red+Green+Blue) = 64+132+130=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #408482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408482 is #BF7B7D. Grayscale: #6F6F6F. Windows color (decimal): -12548990 or 8553536. OLE color: 8553536.

HSL color Cylindrical-coordinate representation of color #408482: hue angle of 178.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408482 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB64132130-
CMYK0.5200.020.48
HSL178.24º34.69%38.43%-
HSV(B)178.24º51.52%51.76%-
XYZ14.3919.224.07-
YUV111.44138.4794.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 130 (51.17% from 255) = 39.88%
R=19.63%
G=40.49%
B=39.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641321300.5200.020.48178.2434.6938.43
Hex408482340230b22326
Octal1002042026402602624346
Binary1000000100001001000001011010001011000010110010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408482; }

 p { color: rgb(64,132,130); }

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

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

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

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

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

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

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