#4AAB35

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

Shades of Apple #4AAB35

Tints of Apple #4AAB35

Color information

#4AAB35 (or 0x4AAB35) is unknown color: approx Apple. HEX triplet: 4A, AB and 35. RGB value is (74,171,53). Sum of RGB (Red+Green+Blue) = 74+171+53=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAB35 is #B554CA. Grayscale: #808080. Windows color (decimal): -11883723 or 3517258. OLE color: 3517258.

HSL color Cylindrical-coordinate representation of color #4AAB35: hue angle of 109.32º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAB35 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB7417153-
CMYK0.5700.690.33
HSL109.32º52.68%43.92%-
HSV(B)109.32º69.01%67.06%-
XYZ18.0330.848.37-
YUV128.5485.3689.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 171 (67.19% from 255) = 57.38%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=24.83%
G=57.38%
B=17.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171530.5700.690.33109.3252.6843.92
Hex4AAB3539045216d352c
Octal11225365710105411556554
Binary100101010101011110101111001010001011000011101101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,53); }

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

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

 a { background-color: rgb(74,171,53); }

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

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

 span { border-color: rgb(74,171,53); }

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