#3E817F

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

Shades of Paradiso #3E817F

Tints of Paradiso #3E817F

Color information

#3E817F (or 0x3E817F) is unknown color: approx Paradiso. HEX triplet: 3E, 81 and 7F. RGB value is (62,129,127). Sum of RGB (Red+Green+Blue) = 62+129+127=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #3E817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E817F is #C17E80. Grayscale: #6C6C6C. Windows color (decimal): -12680833 or 8356158. OLE color: 8356158.

HSL color Cylindrical-coordinate representation of color #3E817F: hue angle of 178.21º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E817F is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB62129127-
CMYK0.5200.020.49
HSL178.21º35.08%37.45%-
HSV(B)178.21º51.94%50.59%-
XYZ13.6718.2622.88-
YUV108.74138.394.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.50%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 127 (50% from 255) = 39.94%
R=19.50%
G=40.57%
B=39.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal621291270.5200.020.49178.2135.0837.45
Hex3E817F340231b22325
Octal762011776402612624345
Binary11111010000001111111111010001011000110110010100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E817F; }

 p { color: rgb(62,129,127); }

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

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

 a { background-color: rgb(62,129,127); }

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

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

 span { border-color: rgb(62,129,127); }

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