#649947

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

Shades of Apple #649947

Tints of Apple #649947

Color information

#649947 (or 0x649947) is unknown color: approx Apple. HEX triplet: 64, 99 and 47. RGB value is (100,153,71). Sum of RGB (Red+Green+Blue) = 100+153+71=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #649947 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649947 is #9B66B8. Grayscale: #808080. Windows color (decimal): -10184377 or 4692324. OLE color: 4692324.

HSL color Cylindrical-coordinate representation of color #649947: hue angle of 98.78º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649947 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB10015371-
CMYK0.3500.540.4
HSL98.78º36.61%43.92%-
HSV(B)98.78º53.59%60%-
XYZ17.7825.9510.03-
YUV127.895.94108.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=30.86%
G=47.22%
B=21.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153710.3500.540.498.7836.6143.92
Hex649947230362863252c
Octal14423110743066501434554
Binary110010010011001100011110001101101101010001100011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649947; }

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

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

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

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

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

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

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

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