#5DA541

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

Shades of Apple #5DA541

Tints of Apple #5DA541

Color information

#5DA541 (or 0x5DA541) is unknown color: approx Apple. HEX triplet: 5D, A5 and 41. RGB value is (93,165,65). Sum of RGB (Red+Green+Blue) = 93+165+65=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA541 is #A25ABE. Grayscale: #848484. Windows color (decimal): -10640063 or 4302173. OLE color: 4302173.

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

Color convert

RGB9316565-
CMYK0.4400.610.35
HSL103.2º43.48%45.1%-
HSV(B)103.2º60.61%64.71%-
XYZ18.9229.629.72-
YUV132.0790.15100.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=28.79%
G=51.08%
B=20.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93165650.4400.610.35103.243.4845.1
Hex5DA5412C03D23672b2d
Octal13524510154075431475355
Binary101110110100101100000110110001111011000111100111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,165,65); }

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

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

 a { background-color: rgb(93,165,65); }

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

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

 span { border-color: rgb(93,165,65); }

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