#649F46

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

Shades of Apple #649F46

Tints of Apple #649F46

Color information

#649F46 (or 0x649F46) is unknown color: approx Apple. HEX triplet: 64, 9F and 46. RGB value is (100,159,70). Sum of RGB (Red+Green+Blue) = 100+159+70=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #649F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F46 is #9B60B9. Grayscale: #838383. Windows color (decimal): -10182842 or 4628324. OLE color: 4628324.

HSL color Cylindrical-coordinate representation of color #649F46: hue angle of 99.78º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649F46 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB10015970-
CMYK0.3700.560.38
HSL99.78º38.86%44.9%-
HSV(B)99.78º55.97%62.35%-
XYZ18.7627.9510.2-
YUV131.2193.45105.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=30.40%
G=48.33%
B=21.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100159700.3700.560.3899.7838.8644.9
Hex649F46250382664272d
Octal14423710645070461444755
Binary110010010011111100011010010101110001001101100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649F46; }

 p { color: rgb(100,159,70); }

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

<style>
 a { background-color: #649F46; }

 a { background-color: rgb(100,159,70); }

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

<style>
 span { border-color: #649F46; }

 span { border-color: rgb(100,159,70); }

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