#4BB53A

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

Shades of Apple #4BB53A

Tints of Apple #4BB53A

Color information

#4BB53A (or 0x4BB53A) is unknown color: approx Apple. HEX triplet: 4B, B5 and 3A. RGB value is (75,181,58). Sum of RGB (Red+Green+Blue) = 75+181+58=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BB53A is #B44AC5. Grayscale: #878787. Windows color (decimal): -11815622 or 3847499. OLE color: 3847499.

HSL color Cylindrical-coordinate representation of color #4BB53A: hue angle of 111.71º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BB53A is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB7518158-
CMYK0.5900.680.29
HSL111.71º51.46%46.86%-
HSV(B)111.71º67.96%70.98%-
XYZ20.1934.859.67-
YUV135.2884.3885-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 181 (71.09% from 255) = 57.64%
BLUE value IS 58 (23.05% from 255) = 18.47%
R=23.89%
G=57.64%
B=18.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal75181580.5900.680.29111.7151.4646.86
Hex4BB53A3B0441D70332f
Octal11326572730104351606357
Binary10010111011010111101011101101000100111011110000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,181,58); }

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

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

 a { background-color: rgb(75,181,58); }

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

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

 span { border-color: rgb(75,181,58); }

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