Html Css Color HEX #649D50 Apple

📋 copy color: '#649D50'

red 100 ◦ green 157 ◦ blue 80

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

Shades of Apple #649D50

Tints of Apple #649D50

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.59%

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 29.67%
G = 46.59%
B = 23.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#649D50 (or 0x649D50) is known color: Apple. HEX triplet: 64, 9D and 50. RGB value is (100,157,80). Sum of RGB (Red+Green+Blue) = 100+157+80=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #649D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D50 is #9B62AF. Grayscale: #838383. Windows color (decimal): -10183344 or 5283172. OLE color: 5283172.

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

Color convert

RGB 100 157 80 -
CMYK 0.36 0 0.49 0.38
HSL 104.42º 0.32% 0.46% -
HSV(B) 104.42º 0.49% 0.62% -
XYZ 18.76 27.4 11.89 -
YUV 131.18 99.12 105.76 -
System Red Green Blue C M Y K H S L
Decimal 100 157 80 0.36 0 0.49 0.38 104.42 0.32 0.46
Hex 64 9D 50 24 0 31 26 68 20 2E
Octal 144 235 120 44 0 61 46 150 40 56
Binary 1100100 10011101 1010000 100100 0 110001 100110 1101000 100000 101110

Color Harmonies of #649D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D50

Black with #649D50

Text Example


Text Example

White with #649D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,157,80); }

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

background-color css

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

 a { background-color: rgb(100,157,80); }

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

border-color css

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

 span { border-color: rgb(100,157,80); }

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