#52A238

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

Shades of Apple #52A238

Tints of Apple #52A238

Color information

#52A238 (or 0x52A238) is unknown color: approx Apple. HEX triplet: 52, A2 and 38. RGB value is (82,162,56). Sum of RGB (Red+Green+Blue) = 82+162+56=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #52A238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A238 is #AD5DC7. Grayscale: #7E7E7E. Windows color (decimal): -11361736 or 3711570. OLE color: 3711570.

HSL color Cylindrical-coordinate representation of color #52A238: hue angle of 105.28º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52A238 is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB8216256-
CMYK0.4900.650.36
HSL105.28º48.62%42.75%-
HSV(B)105.28º65.43%63.53%-
XYZ17.1127.928.23-
YUV12688.596.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 162 (63.67% from 255) = 54%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=27.33%
G=54%
B=18.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82162560.4900.650.36105.2848.6242.75
Hex52A238310412469312b
Octal12224270610101441516153
Binary101001010100010111000110001010000011001001101001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,162,56); }

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

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

 a { background-color: rgb(82,162,56); }

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

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

 span { border-color: rgb(82,162,56); }

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