#52B33E

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

Shades of Apple #52B33E

Tints of Apple #52B33E

Color information

#52B33E (or 0x52B33E) is unknown color: approx Apple. HEX triplet: 52, B3 and 3E. RGB value is (82,179,62). Sum of RGB (Red+Green+Blue) = 82+179+62=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #52B33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B33E is #AD4CC1. Grayscale: #898989. Windows color (decimal): -11357378 or 4109138. OLE color: 4109138.

HSL color Cylindrical-coordinate representation of color #52B33E: hue angle of 109.74º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B33E is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB8217962-
CMYK0.5400.650.30
HSL109.74º48.55%47.25%-
HSV(B)109.74º65.36%70.2%-
XYZ20.4734.3810.11-
YUV136.6685.8689.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.39%
GREEN value IS 179 (70.31% from 255) = 55.42%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=25.39%
G=55.42%
B=19.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82179620.5400.650.30109.7448.5547.25
Hex52B33E360411E6e312f
Octal12226376660101361566157
Binary10100101011001111111011011001000001111101101110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,179,62); }

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

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

 a { background-color: rgb(82,179,62); }

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

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

 span { border-color: rgb(82,179,62); }

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