#4E9391

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

Shades of Half Baked #4E9391

Tints of Half Baked #4E9391

Color information

#4E9391 (or 0x4E9391) is unknown color: approx Half Baked. HEX triplet: 4E, 93 and 91. RGB value is (78,147,145). Sum of RGB (Red+Green+Blue) = 78+147+145=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9391 is #B16C6E. Grayscale: #7E7E7E. Windows color (decimal): -11627631 or 9540430. OLE color: 9540430.

HSL color Cylindrical-coordinate representation of color #4E9391: hue angle of 178.26º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9391 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB78147145-
CMYK0.4700.010.42
HSL178.26º30.67%44.12%-
HSV(B)178.26º46.94%57.65%-
XYZ18.6924.5330.54-
YUV126.14138.6493.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.08%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=21.08%
G=39.73%
B=39.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781471450.4700.010.42178.2630.6744.12
Hex4E93912F012Ab21f2c
Octal1162232215701522623754
Binary10011101001001110010001101111011010101011001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,147,145); }

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

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

 a { background-color: rgb(78,147,145); }

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

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

 span { border-color: rgb(78,147,145); }

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