#45837E

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

Shades of Paradiso #45837E

Tints of Paradiso #45837E

Color information

#45837E (or 0x45837E) is unknown color: approx Paradiso. HEX triplet: 45, 83 and 7E. RGB value is (69,131,126). Sum of RGB (Red+Green+Blue) = 69+131+126=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #45837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45837E is #BA7C81. Grayscale: #6F6F6F. Windows color (decimal): -12221570 or 8291141. OLE color: 8291141.

HSL color Cylindrical-coordinate representation of color #45837E: hue angle of 175.16º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45837E is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB69131126-
CMYK0.4700.040.49
HSL175.16º31%39.22%-
HSV(B)175.16º47.33%51.37%-
XYZ14.341922.65-
YUV111.89135.9697.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=21.17%
G=40.18%
B=38.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691311260.4700.040.49175.163139.22
Hex45837E2F0431af1f27
Octal1052031765704612573747
Binary100010110000011111111010111101001100011010111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,131,126); }

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

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

 a { background-color: rgb(69,131,126); }

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

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

 span { border-color: rgb(69,131,126); }

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