#649B42

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

Shades of Apple #649B42

Tints of Apple #649B42

Color information

#649B42 (or 0x649B42) is unknown color: approx Apple. HEX triplet: 64, 9B and 42. RGB value is (100,155,66). Sum of RGB (Red+Green+Blue) = 100+155+66=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #649B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B42 is #9B64BD. Grayscale: #808080. Windows color (decimal): -10183870 or 4365156. OLE color: 4365156.

HSL color Cylindrical-coordinate representation of color #649B42: hue angle of 97.08º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649B42 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB10015566-
CMYK0.3500.570.39
HSL97.08º40.27%43.33%-
HSV(B)97.08º57.42%60.78%-
XYZ17.9626.559.33-
YUV128.4192.78107.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=31.15%
G=48.29%
B=20.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155660.3500.570.3997.0840.2743.33
Hex649B42230392761282b
Octal14423310243071471415053
Binary110010010011011100001010001101110011001111100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,155,66); }

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

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

 a { background-color: rgb(100,155,66); }

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

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

 span { border-color: rgb(100,155,66); }

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