#4F9B95

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

Shades of Half Baked #4F9B95

Tints of Half Baked #4F9B95

Color information

#4F9B95 (or 0x4F9B95) is unknown color: approx Half Baked. HEX triplet: 4F, 9B and 95. RGB value is (79,155,149). Sum of RGB (Red+Green+Blue) = 79+155+149=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #4F9B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9B95 is #B0646A. Grayscale: #838383. Windows color (decimal): -11560043 or 9804623. OLE color: 9804623.

HSL color Cylindrical-coordinate representation of color #4F9B95: hue angle of 175.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9B95 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB79155149-
CMYK0.4900.040.39
HSL175.26º32.48%45.88%-
HSV(B)175.26º49.03%60.78%-
XYZ20.3727.2732.62-
YUV131.59137.8290.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.63%
GREEN value IS 155 (60.94% from 255) = 40.47%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=20.63%
G=40.47%
B=38.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791551490.4900.040.39175.2632.4845.88
Hex4F9B95310427af202e
Octal1172332256104472574056
Binary10011111001101110010101110001010010011110101111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,155,149); }

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

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

 a { background-color: rgb(79,155,149); }

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

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

 span { border-color: rgb(79,155,149); }

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