#62A449

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

Shades of Apple #62A449

Tints of Apple #62A449

Color information

#62A449 (or 0x62A449) is unknown color: approx Apple. HEX triplet: 62, A4 and 49. RGB value is (98,164,73). Sum of RGB (Red+Green+Blue) = 98+164+73=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #62A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A449 is #9D5BB6. Grayscale: #868686. Windows color (decimal): -10312631 or 4826210. OLE color: 4826210.

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

Color convert

RGB9816473-
CMYK0.4000.550.36
HSL103.52º38.4%46.47%-
HSV(B)103.52º55.49%64.31%-
XYZ19.5229.6310.99-
YUV133.8993.63102.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=29.25%
G=48.96%
B=21.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98164730.4000.550.36103.5238.446.47
Hex62A449280372468262e
Octal14224411150067441504656
Binary110001010100100100100110100001101111001001101000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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