#5D9B48

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

Shades of Apple #5D9B48

Tints of Apple #5D9B48

Color information

#5D9B48 (or 0x5D9B48) is unknown color: approx Apple. HEX triplet: 5D, 9B and 48. RGB value is (93,155,72). Sum of RGB (Red+Green+Blue) = 93+155+72=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9B48 is #A264B7. Grayscale: #7F7F7F. Windows color (decimal): -10642616 or 4758365. OLE color: 4758365.

HSL color Cylindrical-coordinate representation of color #5D9B48: hue angle of 104.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D9B48 is Cyan = 0.4, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB9315572-
CMYK0.400.540.39
HSL104.82º36.56%44.51%-
HSV(B)104.82º53.55%60.78%-
XYZ17.4126.2410.28-
YUV12796.96103.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.06%
GREEN value IS 155 (60.94% from 255) = 48.44%
BLUE value IS 72 (28.52% from 255) = 22.5%
R=29.06%
G=48.44%
B=22.5%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93155720.400.540.39104.8236.5644.51
Hex5D9B48280362769252d
Octal13523311050066471514555
Binary101110110011011100100010100001101101001111101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,155,72); }

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

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

 a { background-color: rgb(93,155,72); }

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

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

 span { border-color: rgb(93,155,72); }

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