#418785

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

Shades of Paradiso #418785

Tints of Paradiso #418785

Color information

#418785 (or 0x418785) is unknown color: approx Paradiso. HEX triplet: 41, 87 and 85. RGB value is (65,135,133). Sum of RGB (Red+Green+Blue) = 65+135+133=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #418785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418785 is #BE787A. Grayscale: #717171. Windows color (decimal): -12482683 or 8750913. OLE color: 8750913.

HSL color Cylindrical-coordinate representation of color #418785: hue angle of 178.29º 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 #418785 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB65135133-
CMYK0.5200.010.47
HSL178.29º35%39.22%-
HSV(B)178.29º51.85%52.94%-
XYZ15.0820.1525.28-
YUV113.84138.8193.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.52%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=19.52%
G=40.54%
B=39.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351330.5200.010.47178.293539.22
Hex41878534012Fb22327
Octal1012072056401572624347
Binary100000110000111100001011101000110111110110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418785; }

 p { color: rgb(65,135,133); }

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

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

 a { background-color: rgb(65,135,133); }

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

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

 span { border-color: rgb(65,135,133); }

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