#418581

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

Shades of Paradiso #418581

Tints of Paradiso #418581

Color information

#418581 (or 0x418581) is unknown color: approx Paradiso. HEX triplet: 41, 85 and 81. RGB value is (65,133,129). Sum of RGB (Red+Green+Blue) = 65+133+129=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #418581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418581 is #BE7A7E. Grayscale: #707070. Windows color (decimal): -12483199 or 8488257. OLE color: 8488257.

HSL color Cylindrical-coordinate representation of color #418581: hue angle of 176.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418581 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB65133129-
CMYK0.5100.030.48
HSL176.47º34.34%38.82%-
HSV(B)176.47º51.13%52.16%-
XYZ14.5319.4823.76-
YUV112.21137.4794.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=19.88%
G=40.67%
B=39.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651331290.5100.030.48176.4734.3438.82
Hex418581330330b02227
Octal1012052016303602604247
Binary1000001100001011000000111001101111000010110000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418581; }

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

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

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

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

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

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

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

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