#42817C

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

Shades of Paradiso #42817C

Tints of Paradiso #42817C

Color information

#42817C (or 0x42817C) is unknown color: approx Paradiso. HEX triplet: 42, 81 and 7C. RGB value is (66,129,124). Sum of RGB (Red+Green+Blue) = 66+129+124=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #42817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42817C is #BD7E83. Grayscale: #6D6D6D. Windows color (decimal): -12418692 or 8159554. OLE color: 8159554.

HSL color Cylindrical-coordinate representation of color #42817C: hue angle of 175.24º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42817C is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB66129124-
CMYK0.4900.040.49
HSL175.24º32.31%38.24%-
HSV(B)175.24º48.84%50.59%-
XYZ13.7418.3121.88-
YUV109.59136.1396.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=20.69%
G=40.44%
B=38.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal661291240.4900.040.49175.2432.3138.24
Hex42817C310431af2026
Octal1022011746104612574046
Binary1000010100000011111100110001010011000110101111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42817C; }

 p { color: rgb(66,129,124); }

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

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

 a { background-color: rgb(66,129,124); }

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

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

 span { border-color: rgb(66,129,124); }

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