#52C34A

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

Shades of Apple #52C34A

Tints of Apple #52C34A

Color information

#52C34A (or 0x52C34A) is unknown color: approx Apple. HEX triplet: 52, C3 and 4A. RGB value is (82,195,74). Sum of RGB (Red+Green+Blue) = 82+195+74=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #52C34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C34A is #AD3CB5. Grayscale: #939393. Windows color (decimal): -11353270 or 4899666. OLE color: 4899666.

HSL color Cylindrical-coordinate representation of color #52C34A: hue angle of 116.03º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C34A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB8219574-
CMYK0.5800.620.24
HSL116.03º50.21%52.75%-
HSV(B)116.03º62.05%76.47%-
XYZ24.2341.3213.18-
YUV147.4286.5681.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.36%
GREEN value IS 195 (76.56% from 255) = 55.56%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=23.36%
G=55.56%
B=21.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82195740.5800.620.24116.0350.2152.75
Hex52C34A3A03E18743235
Octal12230311272076301646265
Binary10100101100001110010101110100111110110001110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,195,74); }

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

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

 a { background-color: rgb(82,195,74); }

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

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

 span { border-color: rgb(82,195,74); }

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