#4DAF38

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

Shades of Apple #4DAF38

Tints of Apple #4DAF38

Color information

#4DAF38 (or 0x4DAF38) is unknown color: approx Apple. HEX triplet: 4D, AF and 38. RGB value is (77,175,56). Sum of RGB (Red+Green+Blue) = 77+175+56=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAF38 is #B250C7. Grayscale: #848484. Windows color (decimal): -11686088 or 3714893. OLE color: 3714893.

HSL color Cylindrical-coordinate representation of color #4DAF38: hue angle of 109.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DAF38 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB7717556-
CMYK0.5600.680.31
HSL109.41º51.52%45.29%-
HSV(B)109.41º68%68.63%-
XYZ19.132.529.01-
YUV132.1385.0388.68-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25%
GREEN value IS 175 (68.75% from 255) = 56.82%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=25%
G=56.82%
B=18.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77175560.5600.680.31109.4151.5245.29
Hex4DAF38380441F6d342d
Octal11525770700104371556455
Binary10011011010111111100011100001000100111111101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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