#649C44

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

Shades of Apple #649C44

Tints of Apple #649C44

Color information

#649C44 (or 0x649C44) is unknown color: approx Apple. HEX triplet: 64, 9C and 44. RGB value is (100,156,68). Sum of RGB (Red+Green+Blue) = 100+156+68=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #649C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C44 is #9B63BB. Grayscale: #818181. Windows color (decimal): -10183612 or 4496484. OLE color: 4496484.

HSL color Cylindrical-coordinate representation of color #649C44: hue angle of 98.18º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649C44 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB10015668-
CMYK0.3600.560.39
HSL98.18º39.29%43.92%-
HSV(B)98.18º56.41%61.18%-
XYZ18.1926.99.7-
YUV129.2293.45107.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=30.86%
G=48.15%
B=20.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100156680.3600.560.3998.1839.2943.92
Hex649C44240382762272c
Octal14423410444070471424754
Binary110010010011100100010010010001110001001111100010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,156,68); }

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

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

 a { background-color: rgb(100,156,68); }

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

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

 span { border-color: rgb(100,156,68); }

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