#40837E

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

Shades of Paradiso #40837E

Tints of Paradiso #40837E

Color information

#40837E (or 0x40837E) is unknown color: approx Paradiso. HEX triplet: 40, 83 and 7E. RGB value is (64,131,126). Sum of RGB (Red+Green+Blue) = 64+131+126=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #40837E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40837E is #BF7C81. Grayscale: #6E6E6E. Windows color (decimal): -12549250 or 8291136. OLE color: 8291136.

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

Color convert

RGB64131126-
CMYK0.5100.040.49
HSL175.52º34.36%38.24%-
HSV(B)175.52º51.15%51.37%-
XYZ1418.8322.64-
YUV110.4136.894.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=19.94%
G=40.81%
B=39.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641311260.5100.040.49175.5234.3638.24
Hex40837E330431b02226
Octal1002031766304612604246
Binary1000000100000111111110110011010011000110110000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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