#408683

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

Shades of Paradiso #408683

Tints of Paradiso #408683

Color information

#408683 (or 0x408683) is unknown color: approx Paradiso. HEX triplet: 40, 86 and 83. RGB value is (64,134,131). Sum of RGB (Red+Green+Blue) = 64+134+131=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #408683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408683 is #BF797C. Grayscale: #707070. Windows color (decimal): -12548477 or 8619584. OLE color: 8619584.

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

Color convert

RGB64134131-
CMYK0.5200.020.47
HSL177.43º35.35%38.82%-
HSV(B)177.43º52.24%52.55%-
XYZ14.7419.7824.51-
YUV112.73138.3193.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=19.45%
G=40.73%
B=39.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641341310.5200.020.47177.4335.3538.82
Hex40868334022Fb12327
Octal1002062036402572614347
Binary1000000100001101000001111010001010111110110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408683; }

 p { color: rgb(64,134,131); }

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

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

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

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

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

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

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