#5DA538

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

Shades of Apple #5DA538

Tints of Apple #5DA538

Color information

#5DA538 (or 0x5DA538) is unknown color: approx Apple. HEX triplet: 5D, A5 and 38. RGB value is (93,165,56). Sum of RGB (Red+Green+Blue) = 93+165+56=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 165 (64.84% from 255 or 52.55% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 165 - color contains mainly: green. Hex color #5DA538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA538 is #A25AC7. Grayscale: #838383. Windows color (decimal): -10640072 or 3712349. OLE color: 3712349.

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

Color convert

RGB9316556-
CMYK0.4400.660.35
HSL99.63º49.32%43.33%-
HSV(B)99.63º66.06%64.71%-
XYZ18.6829.528.46-
YUV131.0585.65100.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.62%
GREEN value IS 165 (64.84% from 255) = 52.55%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=29.62%
G=52.55%
B=17.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal93165560.4400.660.3599.6349.3243.33
Hex5DA5382C0422364312b
Octal13524570540102431446153
Binary101110110100101111000101100010000101000111100100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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