Html Css Color HEX #649B41 Apple

📋 copy color: '#649B41'

red 100 ◦ green 155 ◦ blue 65

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

Shades of Apple #649B41

Tints of Apple #649B41

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.44%

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

R = 31.25%
G = 48.44%
B = 20.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#649B41 (or 0x649B41) is known color: Apple. HEX triplet: 64, 9B and 41. RGB value is (100,155,65). Sum of RGB (Red+Green+Blue) = 100+155+65=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #649B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B41 is #9B64BE. Grayscale: #808080. Windows color (decimal): -10183871 or 4299620. OLE color: 4299620.

HSL color Cylindrical-coordinate representation of color #649B41: hue angle of 96.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649B41 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 65 -
CMYK 0.35 0 0.58 0.39
HSL 96.67º 0.41% 0.43% -
HSV(B) 96.67º 0.58% 0.61% -
XYZ 17.93 26.53 9.18 -
YUV 128.3 92.28 107.82 -
System Red Green Blue C M Y K H S L
Decimal 100 155 65 0.35 0 0.58 0.39 96.67 0.41 0.43
Hex 64 9B 41 23 0 3A 27 61 29 2B
Octal 144 233 101 43 0 72 47 141 51 53
Binary 1100100 10011011 1000001 100011 0 111010 100111 1100001 101001 101011

Color Harmonies of #649B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B41

Black with #649B41

Text Example


Text Example

White with #649B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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