#52B746

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

Shades of Apple #52B746

Tints of Apple #52B746

Color information

#52B746 (or 0x52B746) is unknown color: approx Apple. HEX triplet: 52, B7 and 46. RGB value is (82,183,70). Sum of RGB (Red+Green+Blue) = 82+183+70=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #52B746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B746 is #AD48B9. Grayscale: #8C8C8C. Windows color (decimal): -11356346 or 4634450. OLE color: 4634450.

HSL color Cylindrical-coordinate representation of color #52B746: hue angle of 113.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52B746 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB8218370-
CMYK0.5500.620.28
HSL113.63º44.66%49.61%-
HSV(B)113.63º61.75%71.76%-
XYZ21.5236.111.63-
YUV139.9288.5486.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 183 (71.88% from 255) = 54.63%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=24.48%
G=54.63%
B=20.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82183700.5500.620.28113.6344.6649.61
Hex52B7463703E1C722d32
Octal12226710667076341625562
Binary10100101011011110001101101110111110111001110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,70); }

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

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

 a { background-color: rgb(82,183,70); }

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

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

 span { border-color: rgb(82,183,70); }

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