#649945

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

Shades of Apple #649945

Tints of Apple #649945

Color information

#649945 (or 0x649945) is unknown color: approx Apple. HEX triplet: 64, 99 and 45. RGB value is (100,153,69). Sum of RGB (Red+Green+Blue) = 100+153+69=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #649945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649945 is #9B66BA. Grayscale: #7F7F7F. Windows color (decimal): -10184379 or 4561252. OLE color: 4561252.

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

Color convert

RGB10015369-
CMYK0.3500.550.4
HSL97.86º37.84%43.53%-
HSV(B)97.86º54.9%60%-
XYZ17.7225.929.7-
YUV127.5894.94108.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 153 (60.16% from 255) = 47.52%
BLUE value IS 69 (27.34% from 255) = 21.43%
R=31.06%
G=47.52%
B=21.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153690.3500.550.497.8637.8443.53
Hex649945230372862262c
Octal14423110543067501424654
Binary110010010011001100010110001101101111010001100010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649945; }

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

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

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

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

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

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

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

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