Html Css Color HEX #649F48 Apple

📋 copy color: '#649F48'

red 100 ◦ green 159 ◦ blue 72

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

Shades of Apple #649F48

Tints of Apple #649F48

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.04%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 30.21%
G = 48.04%
B = 21.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#649F48 (or 0x649F48) is known color: Apple. HEX triplet: 64, 9F and 48. RGB value is (100,159,72). Sum of RGB (Red+Green+Blue) = 100+159+72=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #649F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F48 is #9B60B7. Grayscale: #838383. Windows color (decimal): -10182840 or 4759396. OLE color: 4759396.

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

Color convert

RGB 100 159 72 -
CMYK 0.37 0 0.55 0.38
HSL 100.69º 0.38% 0.45% -
HSV(B) 100.69º 0.55% 0.62% -
XYZ 18.82 27.97 10.54 -
YUV 131.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 100 159 72 0.37 0 0.55 0.38 100.69 0.38 0.45
Hex 64 9F 48 25 0 37 26 65 26 2D
Octal 144 237 110 45 0 67 46 145 46 55
Binary 1100100 10011111 1001000 100101 0 110111 100110 1100101 100110 101101

Color Harmonies of #649F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F48

Black with #649F48

Text Example


Text Example

White with #649F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,159,72); }

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

background-color css

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

 a { background-color: rgb(100,159,72); }

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

border-color css

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

 span { border-color: rgb(100,159,72); }

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