Html Css Color HEX #64A552 Apple

📋 copy color: '#64A552'

red 100 ◦ green 165 ◦ blue 82

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

Shades of Apple #64A552

Tints of Apple #64A552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 28.82%
G = 47.55%
B = 23.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#64A552 (or 0x64A552) is known color: Apple. HEX triplet: 64, A5 and 52. RGB value is (100,165,82). Sum of RGB (Red+Green+Blue) = 100+165+82=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #64A552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A552 is #9B5AAD. Grayscale: #888888. Windows color (decimal): -10181294 or 5416292. OLE color: 5416292.

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

Color convert

RGB 100 165 82 -
CMYK 0.39 0 0.50 0.35
HSL 106.99º 0.34% 0.48% -
HSV(B) 106.99º 0.5% 0.65% -
XYZ 20.23 30.23 12.75 -
YUV 136.1 97.47 102.25 -
System Red Green Blue C M Y K H S L
Decimal 100 165 82 0.39 0 0.50 0.35 106.99 0.34 0.48
Hex 64 A5 52 27 0 32 23 6B 22 30
Octal 144 245 122 47 0 62 43 153 42 60
Binary 1100100 10100101 1010010 100111 0 110010 100011 1101011 100010 110000

Color Harmonies of #64A552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A552

Black with #64A552

Text Example


Text Example

White with #64A552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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