#649E52

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

Shades of Apple #649E52

Tints of Apple #649E52

Color information

#649E52 (or 0x649E52) is unknown color: approx Apple. HEX triplet: 64, 9E and 52. RGB value is (100,158,82). Sum of RGB (Red+Green+Blue) = 100+158+82=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #649E52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E52 is #9B61AD. Grayscale: #848484. Windows color (decimal): -10183086 or 5414500. OLE color: 5414500.

HSL color Cylindrical-coordinate representation of color #649E52: hue angle of 105.79º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #649E52 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB10015882-
CMYK0.3700.480.38
HSL105.79º31.67%47.06%-
HSV(B)105.79º48.1%61.96%-
XYZ19.0127.7712.34-
YUV131.9999.78105.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 158 (62.11% from 255) = 46.47%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=29.41%
G=46.47%
B=24.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100158820.3700.480.38105.7931.6747.06
Hex649E5225030266a202f
Octal14423612245060461524057
Binary110010010011110101001010010101100001001101101010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,158,82); }

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

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

 a { background-color: rgb(100,158,82); }

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

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

 span { border-color: rgb(100,158,82); }

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