Html Css Color HEX #64A249 Apple

📋 copy color: '#64A249'

red 100 ◦ green 162 ◦ blue 73

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

Shades of Apple #64A249

Tints of Apple #64A249

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.36%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 29.85%
G = 48.36%
B = 21.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#64A249 (or 0x64A249) is known color: Apple. HEX triplet: 64, A2 and 49. RGB value is (100,162,73). Sum of RGB (Red+Green+Blue) = 100+162+73=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #64A249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A249 is #9B5DB6. Grayscale: #858585. Windows color (decimal): -10182071 or 4825700. OLE color: 4825700.

HSL color Cylindrical-coordinate representation of color #64A249: hue angle of 101.8º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A249 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 162 73 -
CMYK 0.38 0 0.55 0.36
HSL 101.8º 0.38% 0.46% -
HSV(B) 101.8º 0.55% 0.64% -
XYZ 19.38 29.03 10.89 -
YUV 133.32 93.96 104.24 -
System Red Green Blue C M Y K H S L
Decimal 100 162 73 0.38 0 0.55 0.36 101.8 0.38 0.46
Hex 64 A2 49 26 0 37 24 66 26 2E
Octal 144 242 111 46 0 67 44 146 46 56
Binary 1100100 10100010 1001001 100110 0 110111 100100 1100110 100110 101110

Color Harmonies of #64A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A249

Black with #64A249

Text Example


Text Example

White with #64A249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A249; }

 p { color: rgb(100,162,73); }

 H1.HeaderClassName
 {
   color: #64A249;
 }
 .AnyTagClassName
 {
   color: #64A249;
 }
</style>

background-color css

<style>
 a { background-color: #64A249; }

 a { background-color: rgb(100,162,73); }

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

border-color css

<style>
 span { border-color: #64A249; }

 span { border-color: rgb(100,162,73); }

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