#49B337

Color #49B337 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #49B337

Tints of Apple #49B337

Color information

#49B337 (or 0x49B337) is unknown color: approx Apple. HEX triplet: 49, B3 and 37. RGB value is (73,179,55). Sum of RGB (Red+Green+Blue) = 73+179+55=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #49B337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B337 is #B64CC8. Grayscale: #858585. Windows color (decimal): -11947209 or 3650377. OLE color: 3650377.

HSL color Cylindrical-coordinate representation of color #49B337: hue angle of 111.29º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B337 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB7317955-
CMYK0.5900.690.30
HSL111.29º52.99%45.88%-
HSV(B)111.29º69.27%70.2%-
XYZ19.5633.939.13-
YUV133.1783.8885.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 179 (70.31% from 255) = 58.31%
BLUE value IS 55 (21.88% from 255) = 17.92%
R=23.78%
G=58.31%
B=17.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73179550.5900.690.30111.2952.9945.88
Hex49B3373B0451E6f352e
Octal11126367730105361576556
Binary10010011011001111011111101101000101111101101111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B337; }

 p { color: rgb(73,179,55); }

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

<style>
 a { background-color: #49B337; }

 a { background-color: rgb(73,179,55); }

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

<style>
 span { border-color: #49B337; }

 span { border-color: rgb(73,179,55); }

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