#62A541

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

Shades of Apple #62A541

Tints of Apple #62A541

Color information

#62A541 (or 0x62A541) is unknown color: approx Apple. HEX triplet: 62, A5 and 41. RGB value is (98,165,65). Sum of RGB (Red+Green+Blue) = 98+165+65=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #62A541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A541 is #9D5ABE. Grayscale: #858585. Windows color (decimal): -10312383 or 4302178. OLE color: 4302178.

HSL color Cylindrical-coordinate representation of color #62A541: hue angle of 100.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62A541 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB9816565-
CMYK0.4100.610.35
HSL100.2º43.48%45.1%-
HSV(B)100.2º60.61%64.71%-
XYZ19.4529.899.75-
YUV133.5789.3102.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 165 (64.84% from 255) = 50.30%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=29.88%
G=50.30%
B=19.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98165650.4100.610.35100.243.4845.1
Hex62A5412903D23642b2d
Octal14224510151075431445355
Binary110001010100101100000110100101111011000111100100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,165,65); }

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

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

 a { background-color: rgb(98,165,65); }

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

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

 span { border-color: rgb(98,165,65); }

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