#52BB34

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

Shades of Apple #52BB34

Tints of Apple #52BB34

Color information

#52BB34 (or 0x52BB34) is unknown color: approx Apple. HEX triplet: 52, BB and 34. RGB value is (82,187,52). Sum of RGB (Red+Green+Blue) = 82+187+52=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB34 is #AD44CB. Grayscale: #8C8C8C. Windows color (decimal): -11355340 or 3455826. OLE color: 3455826.

HSL color Cylindrical-coordinate representation of color #52BB34: hue angle of 106.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52BB34 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB8218752-
CMYK0.5600.720.27
HSL106.67º56.49%46.86%-
HSV(B)106.67º72.19%73.33%-
XYZ21.8737.589.35-
YUV140.2178.2186.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 187 (73.44% from 255) = 58.26%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=25.55%
G=58.26%
B=16.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82187520.5600.720.27106.6756.4946.86
Hex52BB34380481B6b382f
Octal12227364700110331537057
Binary10100101011101111010011100001001000110111101011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,52); }

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

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

 a { background-color: rgb(82,187,52); }

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

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

 span { border-color: rgb(82,187,52); }

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