Html Css Color HEX #649D3F Apple

📋 copy color: '#649D3F'

red 100 ◦ green 157 ◦ blue 63

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

Shades of Apple #649D3F

Tints of Apple #649D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.69%

R = 31.25%
G = 49.06%
B = 19.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#649D3F (or 0x649D3F) is known color: Apple. HEX triplet: 64, 9D and 3F. RGB value is (100,157,63). Sum of RGB (Red+Green+Blue) = 100+157+63=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #649D3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D3F is #9B62C0. Grayscale: #818181. Windows color (decimal): -10183361 or 4169060. OLE color: 4169060.

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

Color convert

RGB 100 157 63 -
CMYK 0.36 0 0.60 0.38
HSL 96.38º 0.43% 0.43% -
HSV(B) 96.38º 0.6% 0.62% -
XYZ 18.21 27.18 8.99 -
YUV 129.24 90.62 107.14 -
System Red Green Blue C M Y K H S L
Decimal 100 157 63 0.36 0 0.60 0.38 96.38 0.43 0.43
Hex 64 9D 3F 24 0 3C 26 60 2B 2B
Octal 144 235 77 44 0 74 46 140 53 53
Binary 1100100 10011101 111111 100100 0 111100 100110 1100000 101011 101011

Color Harmonies of #649D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D3F

Black with #649D3F

Text Example


Text Example

White with #649D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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