#4DAC38

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

Shades of Apple #4DAC38

Tints of Apple #4DAC38

Color information

#4DAC38 (or 0x4DAC38) is unknown color: approx Apple. HEX triplet: 4D, AC and 38. RGB value is (77,172,56). Sum of RGB (Red+Green+Blue) = 77+172+56=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAC38 is #B253C7. Grayscale: #828282. Windows color (decimal): -11686856 or 3714125. OLE color: 3714125.

HSL color Cylindrical-coordinate representation of color #4DAC38: hue angle of 109.14º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DAC38 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB7717256-
CMYK0.5500.670.33
HSL109.14º50.88%44.71%-
HSV(B)109.14º67.44%67.45%-
XYZ18.5331.378.82-
YUV130.3786.0389.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 172 (67.58% from 255) = 56.39%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=25.25%
G=56.39%
B=18.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77172560.5500.670.33109.1450.8844.71
Hex4DAC3837043216d332d
Octal11525470670103411556355
Binary100110110101100111000110111010000111000011101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DAC38; }

 p { color: rgb(77,172,56); }

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

<style>
 a { background-color: #4DAC38; }

 a { background-color: rgb(77,172,56); }

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

<style>
 span { border-color: #4DAC38; }

 span { border-color: rgb(77,172,56); }

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