#64A146

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

Shades of Apple #64A146

Tints of Apple #64A146

Color information

#64A146 (or 0x64A146) is unknown color: approx Apple. HEX triplet: 64, A1 and 46. RGB value is (100,161,70). Sum of RGB (Red+Green+Blue) = 100+161+70=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #64A146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A146 is #9B5EB9. Grayscale: #848484. Windows color (decimal): -10182330 or 4628836. OLE color: 4628836.

HSL color Cylindrical-coordinate representation of color #64A146: hue angle of 100.22º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64A146 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB10016170-
CMYK0.3800.570.37
HSL100.22º39.39%45.29%-
HSV(B)100.22º56.52%63.14%-
XYZ19.1128.6410.32-
YUV132.3992.79104.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 161 (63.28% from 255) = 48.64%
BLUE value IS 70 (27.73% from 255) = 21.15%
R=30.21%
G=48.64%
B=21.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal100161700.3800.570.37100.2239.3945.29
Hex64A146260392564272d
Octal14424110646071451444755
Binary110010010100001100011010011001110011001011100100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,161,70); }

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

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

 a { background-color: rgb(100,161,70); }

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

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

 span { border-color: rgb(100,161,70); }

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