#5CAB49

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

Shades of Apple #5CAB49

Tints of Apple #5CAB49

Color information

#5CAB49 (or 0x5CAB49) is unknown color: approx Apple. HEX triplet: 5C, AB and 49. RGB value is (92,171,73). Sum of RGB (Red+Green+Blue) = 92+171+73=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #5CAB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAB49 is #A354B6. Grayscale: #888888. Windows color (decimal): -10704055 or 4827996. OLE color: 4827996.

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

Color convert

RGB9217173-
CMYK0.4600.570.33
HSL108.37º40.16%47.84%-
HSV(B)108.37º57.31%67.06%-
XYZ20.1831.8811.39-
YUV136.2192.3396.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.38%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=27.38%
G=50.89%
B=21.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92171730.4600.570.33108.3740.1647.84
Hex5CAB492E039216c2830
Octal13425311156071411545060
Binary101110010101011100100110111001110011000011101100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,171,73); }

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

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

 a { background-color: rgb(92,171,73); }

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

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

 span { border-color: rgb(92,171,73); }

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