#649F47

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

Shades of Apple #649F47

Tints of Apple #649F47

Color information

#649F47 (or 0x649F47) is unknown color: approx Apple. HEX triplet: 64, 9F and 47. RGB value is (100,159,71). Sum of RGB (Red+Green+Blue) = 100+159+71=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #649F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F47 is #9B60B8. Grayscale: #838383. Windows color (decimal): -10182841 or 4693860. OLE color: 4693860.

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

Color convert

RGB10015971-
CMYK0.3700.550.38
HSL100.23º38.26%45.1%-
HSV(B)100.23º55.35%62.35%-
XYZ18.7927.9610.37-
YUV131.3393.95105.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.30%
GREEN value IS 159 (62.5% from 255) = 48.18%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=30.30%
G=48.18%
B=21.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100159710.3700.550.38100.2338.2645.1
Hex649F47250372664262d
Octal14423710745067461444655
Binary110010010011111100011110010101101111001101100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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