#4D9B94

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

Shades of Half Baked #4D9B94

Tints of Half Baked #4D9B94

Color information

#4D9B94 (or 0x4D9B94) is unknown color: approx Half Baked. HEX triplet: 4D, 9B and 94. RGB value is (77,155,148). Sum of RGB (Red+Green+Blue) = 77+155+148=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #4D9B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9B94 is #B2646B. Grayscale: #828282. Windows color (decimal): -11691116 or 9739085. OLE color: 9739085.

HSL color Cylindrical-coordinate representation of color #4D9B94: hue angle of 174.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9B94 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB77155148-
CMYK0.5000.050.39
HSL174.62º33.62%45.49%-
HSV(B)174.62º50.32%60.78%-
XYZ20.1327.1632.2-
YUV130.88137.6689.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=20.26%
G=40.79%
B=38.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771551480.5000.050.39174.6233.6245.49
Hex4D9B94320527af222d
Octal1152332246205472574255
Binary10011011001101110010100110010010110011110101111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,155,148); }

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

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

 a { background-color: rgb(77,155,148); }

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

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

 span { border-color: rgb(77,155,148); }

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