Html Css Color HEX #649E49 Apple

📋 copy color: '#649E49'

red 100 ◦ green 158 ◦ blue 73

#649E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #649E49

Tints of Apple #649E49

RGB

 RED value IS 100 (39.45% from 255) = 30.21%

 GREEN value IS 158 (62.11% from 255) = 47.73%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 30.21%
G = 47.73%
B = 22.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#649E49 (or 0x649E49) is known color: Apple. HEX triplet: 64, 9E and 49. RGB value is (100,158,73). Sum of RGB (Red+Green+Blue) = 100+158+73=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #649E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649E49 is #9B61B6. Grayscale: #838383. Windows color (decimal): -10183095 or 4824676. OLE color: 4824676.

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

Color convert

RGB 100 158 73 -
CMYK 0.37 0 0.54 0.38
HSL 100.94º 0.37% 0.45% -
HSV(B) 100.94º 0.54% 0.62% -
XYZ 18.68 27.64 10.65 -
YUV 130.97 95.28 105.91 -
System Red Green Blue C M Y K H S L
Decimal 100 158 73 0.37 0 0.54 0.38 100.94 0.37 0.45
Hex 64 9E 49 25 0 36 26 65 25 2D
Octal 144 236 111 45 0 66 46 145 45 55
Binary 1100100 10011110 1001001 100101 0 110110 100110 1100101 100101 101101

Color Harmonies of #649E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649E49

Black with #649E49

Text Example


Text Example

White with #649E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #649E49;
 }
 .AnyTagClassName
 {
   color: #649E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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