#4E8381

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

Shades of Paradiso #4E8381

Tints of Paradiso #4E8381

Color information

#4E8381 (or 0x4E8381) is unknown color: approx Paradiso. HEX triplet: 4E, 83 and 81. RGB value is (78,131,129). Sum of RGB (Red+Green+Blue) = 78+131+129=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #4E8381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8381 is #B17C7E. Grayscale: #727272. Windows color (decimal): -11631743 or 8487758. OLE color: 8487758.

HSL color Cylindrical-coordinate representation of color #4E8381: hue angle of 177.74º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8381 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB78131129-
CMYK0.4000.020.49
HSL177.74º25.36%40.98%-
HSV(B)177.74º40.46%51.37%-
XYZ15.2219.4423.72-
YUV114.92135.94101.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.08%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=23.08%
G=38.76%
B=38.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781311290.4000.020.49177.7425.3640.98
Hex4E8381280231b21929
Octal1162032015002612623151
Binary100111010000011100000011010000101100011011001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E8381; }

 p { color: rgb(78,131,129); }

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

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

 a { background-color: rgb(78,131,129); }

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

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

 span { border-color: rgb(78,131,129); }

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