#62AF52

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

Shades of Apple #62AF52

Tints of Apple #62AF52

Color information

#62AF52 (or 0x62AF52) is unknown color: approx Apple. HEX triplet: 62, AF and 52. RGB value is (98,175,82). Sum of RGB (Red+Green+Blue) = 98+175+82=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #62AF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62AF52 is #9D50AD. Grayscale: #8D8D8D. Windows color (decimal): -10309806 or 5418850. OLE color: 5418850.

HSL color Cylindrical-coordinate representation of color #62AF52: hue angle of 109.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62AF52 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB9817582-
CMYK0.4400.530.31
HSL109.68º36.76%50.39%-
HSV(B)109.68º53.14%68.63%-
XYZ21.8933.8713.37-
YUV141.3894.4997.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 82 (32.42% from 255) = 23.10%
R=27.61%
G=49.30%
B=23.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal98175820.4400.530.31109.6836.7650.39
Hex62AF522C0351F6e2532
Octal14225712254065371564562
Binary11000101010111110100101011000110101111111101110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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