Html Css Color HEX #64A549 Apple

📋 copy color: '#64A549'

red 100 ◦ green 165 ◦ blue 73

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

Shades of Apple #64A549

Tints of Apple #64A549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.82%

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

R = 29.59%
G = 48.82%
B = 21.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#64A549 (or 0x64A549) is known color: Apple. HEX triplet: 64, A5 and 49. RGB value is (100,165,73). Sum of RGB (Red+Green+Blue) = 100+165+73=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #64A549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A549 is #9B5AB6. Grayscale: #878787. Windows color (decimal): -10181303 or 4826468. OLE color: 4826468.

HSL color Cylindrical-coordinate representation of color #64A549: hue angle of 102.39º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64A549 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 73 -
CMYK 0.39 0 0.56 0.35
HSL 102.39º 0.39% 0.47% -
HSV(B) 102.39º 0.56% 0.65% -
XYZ 19.91 30.1 11.06 -
YUV 135.08 92.97 102.98 -
System Red Green Blue C M Y K H S L
Decimal 100 165 73 0.39 0 0.56 0.35 102.39 0.39 0.47
Hex 64 A5 49 27 0 38 23 66 27 2F
Octal 144 245 111 47 0 70 43 146 47 57
Binary 1100100 10100101 1001001 100111 0 111000 100011 1100110 100111 101111

Color Harmonies of #64A549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A549

Black with #64A549

Text Example


Text Example

White with #64A549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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