#52B13B

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

Shades of Apple #52B13B

Tints of Apple #52B13B

Color information

#52B13B (or 0x52B13B) is unknown color: approx Apple. HEX triplet: 52, B1 and 3B. RGB value is (82,177,59). Sum of RGB (Red+Green+Blue) = 82+177+59=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #52B13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B13B is #AD4EC4. Grayscale: #878787. Windows color (decimal): -11357893 or 3912018. OLE color: 3912018.

HSL color Cylindrical-coordinate representation of color #52B13B: hue angle of 108.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52B13B is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB8217759-
CMYK0.5400.670.31
HSL108.31º50%46.27%-
HSV(B)108.31º66.67%69.41%-
XYZ19.9933.559.56-
YUV135.1485.0390.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 177 (69.53% from 255) = 55.66%
BLUE value IS 59 (23.44% from 255) = 18.55%
R=25.79%
G=55.66%
B=18.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82177590.5400.670.31108.315046.27
Hex52B13B360431F6c322e
Octal12226173660103371546256
Binary10100101011000111101111011001000011111111101100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B13B; }

 p { color: rgb(82,177,59); }

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

<style>
 a { background-color: #52B13B; }

 a { background-color: rgb(82,177,59); }

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

<style>
 span { border-color: #52B13B; }

 span { border-color: rgb(82,177,59); }

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