#41827E

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

Shades of Paradiso #41827E

Tints of Paradiso #41827E

Color information

#41827E (or 0x41827E) is unknown color: approx Paradiso. HEX triplet: 41, 82 and 7E. RGB value is (65,130,126). Sum of RGB (Red+Green+Blue) = 65+130+126=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #41827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41827E is #BE7D81. Grayscale: #6E6E6E. Windows color (decimal): -12483970 or 8290881. OLE color: 8290881.

HSL color Cylindrical-coordinate representation of color #41827E: hue angle of 176.31º 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 #41827E is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB65130126-
CMYK0.5000.030.49
HSL176.31º33.33%38.24%-
HSV(B)176.31º50%50.98%-
XYZ13.9318.622.59-
YUV110.11136.9795.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=20.25%
G=40.50%
B=39.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651301260.5000.030.49176.3133.3338.24
Hex41827E320331b02126
Octal1012021766203612604146
Binary100000110000010111111011001001111000110110000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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