Html Css Color HEX #649F40 Apple

📋 copy color: '#649F40'

red 100 ◦ green 159 ◦ blue 64

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

Shades of Apple #649F40

Tints of Apple #649F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 30.96%
G = 49.23%
B = 19.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#649F40 (or 0x649F40) is known color: Apple. HEX triplet: 64, 9F and 40. RGB value is (100,159,64). Sum of RGB (Red+Green+Blue) = 100+159+64=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #649F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F40 is #9B60BF. Grayscale: #828282. Windows color (decimal): -10182848 or 4235108. OLE color: 4235108.

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

Color convert

RGB 100 159 64 -
CMYK 0.37 0 0.60 0.38
HSL 97.26º 0.43% 0.44% -
HSV(B) 97.26º 0.6% 0.62% -
XYZ 18.58 27.88 9.25 -
YUV 130.53 90.45 106.22 -
System Red Green Blue C M Y K H S L
Decimal 100 159 64 0.37 0 0.60 0.38 97.26 0.43 0.44
Hex 64 9F 40 25 0 3C 26 61 2B 2C
Octal 144 237 100 45 0 74 46 141 53 54
Binary 1100100 10011111 1000000 100101 0 111100 100110 1100001 101011 101100

Color Harmonies of #649F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649F40

Black with #649F40

Text Example


Text Example

White with #649F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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