#649D4C

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

Shades of Apple #649D4C

Tints of Apple #649D4C

Color information

#649D4C (or 0x649D4C) is unknown color: approx Apple. HEX triplet: 64, 9D and 4C. RGB value is (100,157,76). Sum of RGB (Red+Green+Blue) = 100+157+76=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #649D4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D4C is #9B62B3. Grayscale: #828282. Windows color (decimal): -10183348 or 5021028. OLE color: 5021028.

HSL color Cylindrical-coordinate representation of color #649D4C: hue angle of 102.22º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649D4C is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB10015776-
CMYK0.3600.520.38
HSL102.22º34.76%45.69%-
HSV(B)102.22º51.59%61.57%-
XYZ18.6227.3511.13-
YUV130.7297.12106.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 157 (61.72% from 255) = 47.15%
BLUE value IS 76 (30.08% from 255) = 22.82%
R=30.03%
G=47.15%
B=22.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157760.3600.520.38102.2234.7645.69
Hex649D4C240342666232e
Octal14423511444064461464356
Binary110010010011101100110010010001101001001101100110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,157,76); }

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

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

 a { background-color: rgb(100,157,76); }

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

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

 span { border-color: rgb(100,157,76); }

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