#62A455

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

Shades of Apple #62A455

Tints of Apple #62A455

Color information

#62A455 (or 0x62A455) is unknown color: approx Apple. HEX triplet: 62, A4 and 55. RGB value is (98,164,85). Sum of RGB (Red+Green+Blue) = 98+164+85=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #62A455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A455 is #9D5BAA. Grayscale: #878787. Windows color (decimal): -10312619 or 5612642. OLE color: 5612642.

HSL color Cylindrical-coordinate representation of color #62A455: hue angle of 110.13º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62A455 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB9816485-
CMYK0.4000.480.36
HSL110.13º31.73%48.82%-
HSV(B)110.13º48.17%64.31%-
XYZ19.9529.813.3-
YUV135.2699.63101.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=28.24%
G=47.26%
B=24.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98164850.4000.480.36110.1331.7348.82
Hex62A45528030246e2031
Octal14224412550060441564061
Binary110001010100100101010110100001100001001001101110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,164,85); }

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

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

 a { background-color: rgb(98,164,85); }

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

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

 span { border-color: rgb(98,164,85); }

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