Html Css Color HEX #649F41 Apple

📋 copy color: '#649F41'

red 100 ◦ green 159 ◦ blue 65

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

Shades of Apple #649F41

Tints of Apple #649F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 30.86%
G = 49.07%
B = 20.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#649F41 (or 0x649F41) is known color: Apple. HEX triplet: 64, 9F and 41. RGB value is (100,159,65). Sum of RGB (Red+Green+Blue) = 100+159+65=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #649F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F41 is #9B60BE. Grayscale: #828282. Windows color (decimal): -10182847 or 4300644. OLE color: 4300644.

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

Color convert

RGB 100 159 65 -
CMYK 0.37 0 0.59 0.38
HSL 97.66º 0.42% 0.44% -
HSV(B) 97.66º 0.59% 0.62% -
XYZ 18.61 27.89 9.4 -
YUV 130.64 90.95 106.14 -
System Red Green Blue C M Y K H S L
Decimal 100 159 65 0.37 0 0.59 0.38 97.66 0.42 0.44
Hex 64 9F 41 25 0 3B 26 62 2A 2C
Octal 144 237 101 45 0 73 46 142 52 54
Binary 1100100 10011111 1000001 100101 0 111011 100110 1100010 101010 101100

Color Harmonies of #649F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F41

Black with #649F41

Text Example


Text Example

White with #649F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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