#41827F

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

Shades of Paradiso #41827F

Tints of Paradiso #41827F

Color information

#41827F (or 0x41827F) is unknown color: approx Paradiso. HEX triplet: 41, 82 and 7F. RGB value is (65,130,127). Sum of RGB (Red+Green+Blue) = 65+130+127=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #41827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41827F is #BE7D80. Grayscale: #6E6E6E. Windows color (decimal): -12483969 or 8356417. OLE color: 8356417.

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

Color convert

RGB65130127-
CMYK0.5000.020.49
HSL177.23º33.33%38.24%-
HSV(B)177.23º50%50.98%-
XYZ13.9918.6222.94-
YUV110.22137.4795.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 127 (50% from 255) = 39.44%
R=20.19%
G=40.37%
B=39.44%

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
Decimal651301270.5000.020.49177.2333.3338.24
Hex41827F320231b12126
Octal1012021776202612614146
Binary100000110000010111111111001001011000110110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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