#4D9792

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

Shades of Half Baked #4D9792

Tints of Half Baked #4D9792

Color information

#4D9792 (or 0x4D9792) is unknown color: approx Half Baked. HEX triplet: 4D, 97 and 92. RGB value is (77,151,146). Sum of RGB (Red+Green+Blue) = 77+151+146=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9792 is #B2686D. Grayscale: #808080. Windows color (decimal): -11692142 or 9606989. OLE color: 9606989.

HSL color Cylindrical-coordinate representation of color #4D9792: hue angle of 175.95º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9792 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB77151146-
CMYK0.4900.030.41
HSL175.95º32.46%44.71%-
HSV(B)175.95º49.01%59.22%-
XYZ19.3225.7931.15-
YUV128.3137.9891.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.59%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=20.59%
G=40.37%
B=39.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal771511460.4900.030.41175.9532.4644.71
Hex4D9792310329b0202d
Octal1152272226103512604055
Binary1001101100101111001001011000101110100110110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,151,146); }

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

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

 a { background-color: rgb(77,151,146); }

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

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

 span { border-color: rgb(77,151,146); }

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