#5BA548

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

Shades of Apple #5BA548

Tints of Apple #5BA548

Color information

#5BA548 (or 0x5BA548) is unknown color: approx Apple. HEX triplet: 5B, A5 and 48. RGB value is (91,165,72). Sum of RGB (Red+Green+Blue) = 91+165+72=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA548 is #A45AB7. Grayscale: #848484. Windows color (decimal): -10771128 or 4760923. OLE color: 4760923.

HSL color Cylindrical-coordinate representation of color #5BA548: hue angle of 107.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BA548 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB9116572-
CMYK0.4500.560.35
HSL107.74º39.24%46.47%-
HSV(B)107.74º56.36%64.71%-
XYZ18.9429.610.85-
YUV132.2793.9898.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 165 (64.84% from 255) = 50.30%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=27.74%
G=50.30%
B=21.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91165720.4500.560.35107.7439.2446.47
Hex5BA5482D038236c272e
Octal13324511055070431544756
Binary101101110100101100100010110101110001000111101100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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