#62B445

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

Shades of Apple #62B445

Tints of Apple #62B445

Color information

#62B445 (or 0x62B445) is unknown color: approx Apple. HEX triplet: 62, B4 and 45. RGB value is (98,180,69). Sum of RGB (Red+Green+Blue) = 98+180+69=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #62B445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B445 is #9D4BBA. Grayscale: #8F8F8F. Windows color (decimal): -10308539 or 4568162. OLE color: 4568162.

HSL color Cylindrical-coordinate representation of color #62B445: hue angle of 104.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62B445 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB9818069-
CMYK0.4600.620.29
HSL104.32º44.58%48.82%-
HSV(B)104.32º61.67%70.59%-
XYZ22.4335.6711.33-
YUV142.8386.3396.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.24%
GREEN value IS 180 (70.70% from 255) = 51.87%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=28.24%
G=51.87%
B=19.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98180690.4600.620.29104.3244.5848.82
Hex62B4452E03E1D682d31
Octal14226410556076351505561
Binary11000101011010010001011011100111110111011101000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,180,69); }

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

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

 a { background-color: rgb(98,180,69); }

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

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

 span { border-color: rgb(98,180,69); }

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