#41817E

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

Shades of Paradiso #41817E

Tints of Paradiso #41817E

Color information

#41817E (or 0x41817E) is unknown color: approx Paradiso. HEX triplet: 41, 81 and 7E. RGB value is (65,129,126). Sum of RGB (Red+Green+Blue) = 65+129+126=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #41817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41817E is #BE7E81. Grayscale: #6D6D6D. Windows color (decimal): -12484226 or 8290625. OLE color: 8290625.

HSL color Cylindrical-coordinate representation of color #41817E: hue angle of 177.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41817E is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB65129126-
CMYK0.5000.020.49
HSL177.19º32.99%38.04%-
HSV(B)177.19º49.61%50.59%-
XYZ13.818.3322.55-
YUV109.52137.396.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=20.31%
G=40.31%
B=39.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291260.5000.020.49177.1932.9938.04
Hex41817E320231b12126
Octal1012011766202612614146
Binary100000110000001111111011001001011000110110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41817E; }

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

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

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

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

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

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

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

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