#62A355

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

Shades of Apple #62A355

Tints of Apple #62A355

Color information

#62A355 (or 0x62A355) is unknown color: approx Apple. HEX triplet: 62, A3 and 55. RGB value is (98,163,85). Sum of RGB (Red+Green+Blue) = 98+163+85=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #62A355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62A355 is #9D5CAA. Grayscale: #868686. Windows color (decimal): -10312875 or 5612386. OLE color: 5612386.

HSL color Cylindrical-coordinate representation of color #62A355: hue angle of 110º degrees, saturation: 0.31, 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 #62A355 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB9816385-
CMYK0.4000.480.36
HSL110º31.45%48.63%-
HSV(B)110º47.85%63.92%-
XYZ19.7729.4513.24-
YUV134.6799.97101.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=28.32%
G=47.11%
B=24.57%

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
Decimal98163850.4000.480.3611031.4548.63
Hex62A35528030246e1f31
Octal14224312550060441563761
Binary11000101010001110101011010000110000100100110111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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