#64B152

Color #64B152 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #64B152

Tints of Apple #64B152

Color information

#64B152 (or 0x64B152) is unknown color: approx Apple. HEX triplet: 64, B1 and 52. RGB value is (100,177,82). Sum of RGB (Red+Green+Blue) = 100+177+82=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #64B152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B152 is #9B4EAD. Grayscale: #8F8F8F. Windows color (decimal): -10178222 or 5419364. OLE color: 5419364.

HSL color Cylindrical-coordinate representation of color #64B152: hue angle of 108.63º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64B152 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB10017782-
CMYK0.4400.540.31
HSL108.63º37.85%50.78%-
HSV(B)108.63º53.67%69.41%-
XYZ22.534.7613.51-
YUV143.1593.4997.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 177 (69.53% from 255) = 49.30%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=27.86%
G=49.30%
B=22.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100177820.4400.540.31108.6337.8550.78
Hex64B1522C0361F6d2633
Octal14426112254066371554663
Binary11001001011000110100101011000110110111111101101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64B152;
 }
 .AnyTagClassName
 {
   color: #64B152;
 }
</style>
background-color css

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

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

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

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

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

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