#62B345

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

Shades of Apple #62B345

Tints of Apple #62B345

Color information

#62B345 (or 0x62B345) is unknown color: approx Apple. HEX triplet: 62, B3 and 45. RGB value is (98,179,69). Sum of RGB (Red+Green+Blue) = 98+179+69=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #62B345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62B345 is #9D4CBA. Grayscale: #8E8E8E. Windows color (decimal): -10308795 or 4567906. OLE color: 4567906.

HSL color Cylindrical-coordinate representation of color #62B345: hue angle of 104.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62B345 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB9817969-
CMYK0.4500.610.30
HSL104.18º44.35%48.63%-
HSV(B)104.18º61.45%70.2%-
XYZ22.2335.2711.27-
YUV142.2486.6696.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 179 (70.31% from 255) = 51.73%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=28.32%
G=51.73%
B=19.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal98179690.4500.610.30104.1844.3548.63
Hex62B3452D03D1E682c31
Octal14226310555075361505461
Binary11000101011001110001011011010111101111101101000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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