#5BAB3D

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

Shades of Apple #5BAB3D

Tints of Apple #5BAB3D

Color information

#5BAB3D (or 0x5BAB3D) is unknown color: approx Apple. HEX triplet: 5B, AB and 3D. RGB value is (91,171,61). Sum of RGB (Red+Green+Blue) = 91+171+61=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB3D is #A454C2. Grayscale: #868686. Windows color (decimal): -10769603 or 4041563. OLE color: 4041563.

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

Color convert

RGB9117161-
CMYK0.4700.640.33
HSL103.64º47.41%45.49%-
HSV(B)103.64º64.33%67.06%-
XYZ19.7231.699.49-
YUV134.5486.596.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.17%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=28.17%
G=52.94%
B=18.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91171610.4700.640.33103.6447.4145.49
Hex5BAB3D2F04021682f2d
Octal13325375570100411505755
Binary101101110101011111101101111010000001000011101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,171,61); }

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

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

 a { background-color: rgb(91,171,61); }

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

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

 span { border-color: rgb(91,171,61); }

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