#529E3E

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

Shades of Apple #529E3E

Tints of Apple #529E3E

Color information

#529E3E (or 0x529E3E) is unknown color: approx Apple. HEX triplet: 52, 9E and 3E. RGB value is (82,158,62). Sum of RGB (Red+Green+Blue) = 82+158+62=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #529E3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529E3E is #AD61C1. Grayscale: #7C7C7C. Windows color (decimal): -11362754 or 4103762. OLE color: 4103762.

HSL color Cylindrical-coordinate representation of color #529E3E: hue angle of 107.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #529E3E is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB8215862-
CMYK0.4800.610.38
HSL107.5º43.64%43.14%-
HSV(B)107.5º60.76%61.96%-
XYZ16.5826.68.82-
YUV124.3392.8297.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 158 (62.11% from 255) = 52.32%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=27.15%
G=52.32%
B=20.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158620.4800.610.38107.543.6443.14
Hex529E3E3003D266c2c2b
Octal1222367660075461545453
Binary10100101001111011111011000001111011001101101100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529E3E; }

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

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

<style>
 a { background-color: #529E3E; }

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

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

<style>
 span { border-color: #529E3E; }

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

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