#40837D

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

Shades of Paradiso #40837D

Tints of Paradiso #40837D

Color information

#40837D (or 0x40837D) is unknown color: approx Paradiso. HEX triplet: 40, 83 and 7D. RGB value is (64,131,125). Sum of RGB (Red+Green+Blue) = 64+131+125=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #40837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40837D is #BF7C82. Grayscale: #6E6E6E. Windows color (decimal): -12549251 or 8225600. OLE color: 8225600.

HSL color Cylindrical-coordinate representation of color #40837D: hue angle of 174.63º 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 #40837D is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB64131125-
CMYK0.5100.050.49
HSL174.63º34.36%38.24%-
HSV(B)174.63º51.15%51.37%-
XYZ13.9318.822.3-
YUV110.28136.394.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=20%
G=40.94%
B=39.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641311250.5100.050.49174.6334.3638.24
Hex40837D330531af2226
Octal1002031756305612574246
Binary1000000100000111111101110011010111000110101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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