Html Css Color HEX #64AA52 Apple

📋 copy color: '#64AA52'

red 100 ◦ green 170 ◦ blue 82

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

Shades of Apple #64AA52

Tints of Apple #64AA52

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.3%

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

R = 28.41%
G = 48.3%
B = 23.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#64AA52 (or 0x64AA52) is known color: Apple. HEX triplet: 64, AA and 52. RGB value is (100,170,82). Sum of RGB (Red+Green+Blue) = 100+170+82=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA52 is #9B55AD. Grayscale: #8B8B8B. Windows color (decimal): -10180014 or 5417572. OLE color: 5417572.

HSL color Cylindrical-coordinate representation of color #64AA52: hue angle of 107.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64AA52 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 170 82 -
CMYK 0.41 0 0.52 0.33
HSL 107.73º 0.35% 0.49% -
HSV(B) 107.73º 0.52% 0.67% -
XYZ 21.15 32.07 13.06 -
YUV 139.04 95.81 100.16 -
System Red Green Blue C M Y K H S L
Decimal 100 170 82 0.41 0 0.52 0.33 107.73 0.35 0.49
Hex 64 AA 52 29 0 34 21 6C 23 31
Octal 144 252 122 51 0 64 41 154 43 61
Binary 1100100 10101010 1010010 101001 0 110100 100001 1101100 100011 110001

Color Harmonies of #64AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA52

Black with #64AA52

Text Example


Text Example

White with #64AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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