#62AA52

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

Shades of Apple #62AA52

Tints of Apple #62AA52

Color information

#62AA52 (or 0x62AA52) is unknown color: approx Apple. HEX triplet: 62, AA and 52. RGB value is (98,170,82). Sum of RGB (Red+Green+Blue) = 98+170+82=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AA52 is #9D55AD. Grayscale: #8A8A8A. Windows color (decimal): -10311086 or 5417570. OLE color: 5417570.

HSL color Cylindrical-coordinate representation of color #62AA52: hue angle of 109.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62AA52 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB9817082-
CMYK0.4200.520.33
HSL109.09º34.92%49.41%-
HSV(B)109.09º51.76%66.67%-
XYZ20.9331.9613.05-
YUV138.4496.1599.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=28%
G=48.57%
B=23.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98170820.4200.520.33109.0934.9249.41
Hex62AA522A034216d2331
Octal14225212252064411554361
Binary110001010101010101001010101001101001000011101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AA52; }

 p { color: rgb(98,170,82); }

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

<style>
 a { background-color: #62AA52; }

 a { background-color: rgb(98,170,82); }

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

<style>
 span { border-color: #62AA52; }

 span { border-color: rgb(98,170,82); }

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