#5BAA48

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

Shades of Apple #5BAA48

Tints of Apple #5BAA48

Color information

#5BAA48 (or 0x5BAA48) is unknown color: approx Apple. HEX triplet: 5B, AA and 48. RGB value is (91,170,72). Sum of RGB (Red+Green+Blue) = 91+170+72=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAA48 is #A455B7. Grayscale: #878787. Windows color (decimal): -10769848 or 4762203. OLE color: 4762203.

HSL color Cylindrical-coordinate representation of color #5BAA48: hue angle of 108.37º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BAA48 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB9117072-
CMYK0.4600.580.33
HSL108.37º40.5%47.45%-
HSV(B)108.37º57.65%66.67%-
XYZ19.8631.4411.15-
YUV135.2192.3396.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.33%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=27.33%
G=51.05%
B=21.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91170720.4600.580.33108.3740.547.45
Hex5BAA482E03A216c282f
Octal13325211056072411545057
Binary101101110101010100100010111001110101000011101100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAA48; }

 p { color: rgb(91,170,72); }

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

<style>
 a { background-color: #5BAA48; }

 a { background-color: rgb(91,170,72); }

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

<style>
 span { border-color: #5BAA48; }

 span { border-color: rgb(91,170,72); }

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