Html Css Color HEX #64A458 Apple

📋 copy color: '#64A458'

red 100 ◦ green 164 ◦ blue 88

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

Shades of Apple #64A458

Tints of Apple #64A458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.59%

 BLUE value IS 88 (34.77% from 255) = 25%

R = 28.41%
G = 46.59%
B = 25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#64A458 (or 0x64A458) is known color: Apple. HEX triplet: 64, A4 and 58. RGB value is (100,164,88). Sum of RGB (Red+Green+Blue) = 100+164+88=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #64A458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A458 is #9B5BA7. Grayscale: #888888. Windows color (decimal): -10181544 or 5809252. OLE color: 5809252.

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

Color convert

RGB 100 164 88 -
CMYK 0.39 0 0.46 0.36
HSL 110.53º 0.3% 0.49% -
HSV(B) 110.53º 0.46% 0.64% -
XYZ 20.29 29.96 13.95 -
YUV 136.2 100.8 102.18 -
System Red Green Blue C M Y K H S L
Decimal 100 164 88 0.39 0 0.46 0.36 110.53 0.3 0.49
Hex 64 A4 58 27 0 2E 24 6F 1E 31
Octal 144 244 130 47 0 56 44 157 36 61
Binary 1100100 10100100 1011000 100111 0 101110 100100 1101111 11110 110001

Color Harmonies of #64A458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A458

Black with #64A458

Text Example


Text Example

White with #64A458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,164,88); }

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

background-color css

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

 a { background-color: rgb(100,164,88); }

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

border-color css

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

 span { border-color: rgb(100,164,88); }

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