#4BAD36

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

Shades of Apple #4BAD36

Tints of Apple #4BAD36

Color information

#4BAD36 (or 0x4BAD36) is unknown color: approx Apple. HEX triplet: 4B, AD and 36. RGB value is (75,173,54). Sum of RGB (Red+Green+Blue) = 75+173+54=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAD36 is #B452C9. Grayscale: #828282. Windows color (decimal): -11817674 or 3583307. OLE color: 3583307.

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

Color convert

RGB7517354-
CMYK0.5700.690.32
HSL109.41º52.42%44.51%-
HSV(B)109.41º68.79%67.84%-
XYZ18.5131.658.62-
YUV130.1385.0388.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 54 (21.48% from 255) = 17.88%
R=24.83%
G=57.28%
B=17.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75173540.5700.690.32109.4152.4244.51
Hex4BAD3639045206d342d
Octal11325566710105401556455
Binary100101110101101110110111001010001011000001101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,173,54); }

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

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

 a { background-color: rgb(75,173,54); }

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

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

 span { border-color: rgb(75,173,54); }

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