#418784

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

Shades of Paradiso #418784

Tints of Paradiso #418784

Color information

#418784 (or 0x418784) is unknown color: approx Paradiso. HEX triplet: 41, 87 and 84. RGB value is (65,135,132). Sum of RGB (Red+Green+Blue) = 65+135+132=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #418784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418784 is #BE787B. Grayscale: #717171. Windows color (decimal): -12482684 or 8685377. OLE color: 8685377.

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

Color convert

RGB65135132-
CMYK0.5200.020.47
HSL177.43º35%39.22%-
HSV(B)177.43º51.85%52.94%-
XYZ15.0120.1224.92-
YUV113.73138.3193.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.58%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=19.58%
G=40.66%
B=39.76%

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
Decimal651351320.5200.020.47177.433539.22
Hex41878434022Fb12327
Octal1012072046402572614347
Binary1000001100001111000010011010001010111110110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418784; }

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

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

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

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

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

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

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

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