#5CA548

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

Shades of Apple #5CA548

Tints of Apple #5CA548

Color information

#5CA548 (or 0x5CA548) is unknown color: approx Apple. HEX triplet: 5C, A5 and 48. RGB value is (92,165,72). Sum of RGB (Red+Green+Blue) = 92+165+72=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA548 is #A35AB7. Grayscale: #848484. Windows color (decimal): -10705592 or 4760924. OLE color: 4760924.

HSL color Cylindrical-coordinate representation of color #5CA548: hue angle of 107.1º 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 #5CA548 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB9216572-
CMYK0.4400.560.35
HSL107.1º39.24%46.47%-
HSV(B)107.1º56.36%64.71%-
XYZ19.0429.6510.85-
YUV132.5793.8299.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=27.96%
G=50.15%
B=21.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92165720.4400.560.35107.139.2446.47
Hex5CA5482C038236b272e
Octal13424511054070431534756
Binary101110010100101100100010110001110001000111101011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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