Html Css Color HEX #64A558 Apple

📋 copy color: '#64A558'

red 100 ◦ green 165 ◦ blue 88

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

Shades of Apple #64A558

Tints of Apple #64A558

RGB

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

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

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

R = 28.33%
G = 46.74%
B = 24.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#64A558 (or 0x64A558) is known color: Apple. HEX triplet: 64, A5 and 58. RGB value is (100,165,88). Sum of RGB (Red+Green+Blue) = 100+165+88=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #64A558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A558 is #9B5AA7. Grayscale: #898989. Windows color (decimal): -10181288 or 5809508. OLE color: 5809508.

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

Color convert

RGB 100 165 88 -
CMYK 0.39 0 0.47 0.35
HSL 110.65º 0.3% 0.5% -
HSV(B) 110.65º 0.47% 0.65% -
XYZ 20.47 30.32 14.01 -
YUV 136.79 100.47 101.76 -
System Red Green Blue C M Y K H S L
Decimal 100 165 88 0.39 0 0.47 0.35 110.65 0.3 0.5
Hex 64 A5 58 27 0 2F 23 6F 1E 32
Octal 144 245 130 47 0 57 43 157 36 62
Binary 1100100 10100101 1011000 100111 0 101111 100011 1101111 11110 110010

Color Harmonies of #64A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A558

Black with #64A558

Text Example


Text Example

White with #64A558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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