#428683

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

Shades of Paradiso #428683

Tints of Paradiso #428683

Color information

#428683 (or 0x428683) is unknown color: approx Paradiso. HEX triplet: 42, 86 and 83. RGB value is (66,134,131). Sum of RGB (Red+Green+Blue) = 66+134+131=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #428683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428683 is #BD797C. Grayscale: #717171. Windows color (decimal): -12417405 or 8619586. OLE color: 8619586.

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

Color convert

RGB66134131-
CMYK0.5100.020.47
HSL177.35º34%39.22%-
HSV(B)177.35º50.75%52.55%-
XYZ14.8719.8524.52-
YUV113.33137.9794.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=19.94%
G=40.48%
B=39.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661341310.5100.020.47177.353439.22
Hex42868333022Fb12227
Octal1022062036302572614247
Binary1000010100001101000001111001101010111110110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428683; }

 p { color: rgb(66,134,131); }

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

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

 a { background-color: rgb(66,134,131); }

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

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

 span { border-color: rgb(66,134,131); }

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